We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720f3a8 commit 3612194Copy full SHA for 3612194
cmd/mdatagen/loader.go
@@ -122,7 +122,7 @@ type metric struct {
122
Sum *sum `mapstructure:"sum,omitempty"`
123
// Gauge stores metadata for gauge metric type
124
Gauge *gauge `mapstructure:"gauge,omitempty"`
125
- // Gauge stores metadata for gauge metric type
+ // Histogram stores metadata for histogram metric type
126
Histogram *histogram `mapstructure:"histogram,omitempty"`
127
128
// Attributes is the list of attributes that the metric emits.
0 commit comments