Skip to content

Commit

Permalink
fix(config): metrics (#18936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear authored Jan 4, 2024
1 parent 29ec912 commit 0deaa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Config struct {
GlobalLabels [][]string `mapstructure:"global-labels"`

// MetricsSink defines the type of metrics backend to use.
MetricsSink string `mapstructure:"type" default:"mem"`
MetricsSink string `mapstructure:"metrics-sink" default:"mem"`

// StatsdAddr defines the address of a statsd server to send metrics to.
// Only utilized if MetricsSink is set to "statsd" or "dogstatsd".
Expand Down

0 comments on commit 0deaa23

Please sign in to comment.