fix(config): metrics (backport #18936) (#18940)

Co-authored-by: Devon Bear <itsdevbear@berachain.com>
This commit is contained in:
mergify[bot]
2024-01-04 00:57:07 -05:00
committed by GitHub
co-authored by Devon Bear
parent 3518df28ec
commit 336adf7e32
+1 -1
View File
@@ -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".