Add prefix to datadog metrics
This commit is contained in:
parent
32340252b2
commit
85dd45cb81
11 changed files with 90 additions and 34 deletions
|
@ -8,6 +8,8 @@ import (
|
|||
"github.com/go-kit/kit/metrics/multi"
|
||||
)
|
||||
|
||||
const defaultMetricsPrefix = "traefik"
|
||||
|
||||
// Registry has to implemented by any system that wants to monitor and expose metrics.
|
||||
type Registry interface {
|
||||
// IsEpEnabled shows whether metrics instrumentation is enabled on entry points.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue