Skip to content

Commit 13455a7

Browse files
committed
Keep Gauge as default metric type
1 parent a2c96eb commit 13455a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/telemetrygen/internal/metrics/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type Config struct {
1818

1919
// Flags registers config flags.
2020
func (c *Config) Flags(fs *pflag.FlagSet) {
21+
// Use Gauge as default metric type.
2122
c.MetricType = metricTypeGauge
2223

2324
c.CommonFlags(fs)

0 commit comments

Comments
 (0)