Skip to content

Commit

Permalink
fix(config): metrics (cosmos#18936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Bear authored and pratikspatil024 committed Nov 21, 2024
1 parent 0e76dc3 commit 4dad001
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 4dad001

Please sign in to comment.