Added RetryMetrics to DataDog and StatsD providers

This commit is contained in:
Alex Antonov 2017-08-08 19:54:35 -05:00 committed by Ludovic Fernandez
parent 990ee89650
commit 6b133e24b9
5 changed files with 19 additions and 6 deletions

View file

@ -65,10 +65,6 @@ func (mm *MultiMetrics) getRetryCounter() metrics.Counter {
return mm.retryCounter
}
func (mm *MultiMetrics) getWrappedMetrics() *[]Metrics {
return mm.wrappedMetrics
}
// MetricsWrapper is a Negroni compatible Handler which relies on a
// given Metrics implementation to expose and monitor Traefik Metrics.
type MetricsWrapper struct {