Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain committed Jul 31, 2024
1 parent f87656e commit 90d65a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prometheusstats/prometheus_sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func (s *prometheusSink) FlushCounter(name string, value uint64) {
counter := s.counters[metricName]
counter.WithLabelValues(labelValues...).Add(float64(value))
}

}

func (s *prometheusSink) FlushGauge(name string, value uint64) {
Expand Down

0 comments on commit 90d65a1

Please sign in to comment.