Skip to content

Commit

Permalink
[chore] update comment for mdatagen loader (#11057)
Browse files Browse the repository at this point in the history
origin from
#10942 (comment)
  • Loading branch information
Frapschen committed Sep 5, 2024
1 parent 720f3a8 commit 3612194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mdatagen/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ type metric struct {
Sum *sum `mapstructure:"sum,omitempty"`
// Gauge stores metadata for gauge metric type
Gauge *gauge `mapstructure:"gauge,omitempty"`
// Gauge stores metadata for gauge metric type
// Histogram stores metadata for histogram metric type
Histogram *histogram `mapstructure:"histogram,omitempty"`

// Attributes is the list of attributes that the metric emits.
Expand Down

0 comments on commit 3612194

Please sign in to comment.