Skip to content

Commit

Permalink
removes duplicate metrics sink addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclion committed Jun 22, 2023
1 parent e3d14fb commit 43166c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func ConfigureSinks(cfg *config.TelemetryConfig, memSink metrics.MetricSink) (me
addSink(statsdSink)
addSink(dogstatdSink)
addSink(circonusSink)
addSink(circonusSink)
addSink(PrometheusSink)

if len(sinks) > 0 {
Expand Down

0 comments on commit 43166c3

Please sign in to comment.