Skip to content

Commit

Permalink
experimental/stats/metricregistry: Add comments on enum consts for Me…
Browse files Browse the repository at this point in the history
…trics Type (#7457)
  • Loading branch information
zasweq authored Jul 30, 2024
1 parent 0b33bfe commit 5520cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experimental/stats/metricregistry.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ type MetricDescriptor struct {
// MetricType is the type of metric.
type MetricType int

// Type of metric supported by this instrument registry.
const (
MetricTypeIntCount MetricType = iota
MetricTypeFloatCount
Expand Down

0 comments on commit 5520cff

Please sign in to comment.