Skip to content

Commit

Permalink
fix(config): metrics (backport #18936) (#18940)
Browse files Browse the repository at this point in the history
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
  • Loading branch information
mergify[bot] and itsdevbear committed Jan 4, 2024
1 parent 3518df2 commit 336adf7
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 336adf7

Please sign in to comment.