forked from mirrors/statsd_exporter
fix yaml tags
Signed-off-by: glightfoot <glightfoot@rsglab.com>
This commit is contained in:
parent
bdd4a76348
commit
1444824911
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ type MetricMapping struct {
|
|||
Labels prometheus.Labels `yaml:"labels"`
|
||||
labelKeys []string
|
||||
labelFormatters []*fsm.TemplateFormatter
|
||||
ObserverType ObserverType `yaml:"observer_type,omitempty"`
|
||||
ObserverType ObserverType `yaml:"observer_type"`
|
||||
TimerType ObserverType `yaml:"timer_type,omitempty"` // DEPRECATED - field only present to preserve backwards compatibility in configs. Always empty
|
||||
LegacyBuckets []float64 `yaml:"buckets"`
|
||||
LegacyQuantiles []metricObjective `yaml:"quantiles"`
|
||||
|
|
Loading…
Reference in a new issue