Skip to content

Commit

Permalink
Update rfd/0197-prometheus-metrics.md
Browse files Browse the repository at this point in the history
Co-authored-by: rosstimothy <39066650+rosstimothy@users.noreply.github.com>
  • Loading branch information
hugoShaka and rosstimothy authored Jan 16, 2025
1 parent 11be523 commit 52d7674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfd/0197-prometheus-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This poses several challenges:
func NewService(log *slog.Logger, reg prometheus.Registerer) (Service, error) {
myMetric := prometheus.NewGauge(prometheus.GaugeOpts{
Namespace: teleport.MetricNamespace,
Subsystem: metricsSubsystem,
Subsystem: metricsSubsystem,
Name: "my_metric",
Help: "Measures the number of foos doing bars.",
}),
Expand Down

0 comments on commit 52d7674

Please sign in to comment.