Skip to content

Commit 3612194

Browse files
authored
[chore] update comment for mdatagen loader (#11057)
origin from #10942 (comment)
1 parent 720f3a8 commit 3612194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mdatagen/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ type metric struct {
122122
Sum *sum `mapstructure:"sum,omitempty"`
123123
// Gauge stores metadata for gauge metric type
124124
Gauge *gauge `mapstructure:"gauge,omitempty"`
125-
// Gauge stores metadata for gauge metric type
125+
// Histogram stores metadata for histogram metric type
126126
Histogram *histogram `mapstructure:"histogram,omitempty"`
127127

128128
// Attributes is the list of attributes that the metric emits.

0 commit comments

Comments
 (0)