Added RetryMetrics to DataDog and StatsD providers
This commit is contained in:
parent
990ee89650
commit
6b133e24b9
5 changed files with 19 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue