diff options
Diffstat (limited to 'plugins/metrics/tests/plugin1.go')
-rw-r--r-- | plugins/metrics/tests/plugin1.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/metrics/tests/plugin1.go b/plugins/metrics/tests/plugin1.go index cac41c82..345a3ec6 100644 --- a/plugins/metrics/tests/plugin1.go +++ b/plugins/metrics/tests/plugin1.go @@ -58,7 +58,7 @@ func (p *Plugin3) Stop() error { } func (p *Plugin3) Name() string { - return "metrics_test.plugin1" + return "metrics_test.plugin3" } func (p *Plugin3) MetricsCollector() prometheus.Collector { @@ -90,7 +90,7 @@ func (p *Plugin4) Stop() error { } func (p *Plugin4) Name() string { - return "metrics_test.plugin1" + return "metrics_test.plugin4" } func (p *Plugin4) MetricsCollector() prometheus.Collector { |