Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatali committed Oct 15, 2020
1 parent 6a122f5 commit ff90150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/plugins/m3_aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (m *M3CollectorClient) NewM3Collector(name string) metricCollector.MetricCo
totalDurationHistPrefix: "circuitbreaker.totalDurationHist",
runDurationPrefix: "circuitbreaker.runDuration",
runDurationHistPrefix: "circuitbreaker.runDurationHist",
contextCanceled: "circuitbreaker.context",
contextCanceled: "circuitbreaker.contextCanceled",
contextDeadlineExceeded: "circuitbreaker.contextDeadlineExceeded",
}
}
Expand Down

0 comments on commit ff90150

Please sign in to comment.