We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4402792 commit 609f709Copy full SHA for 609f709
pkg/provider/defaults/default_metric_providers.go
@@ -26,7 +26,7 @@ type DefaultExternalMetricsProvider struct{}
26
func (em DefaultExternalMetricsProvider) ListAllExternalMetrics() []provider.ExternalMetricInfo {
27
return []provider.ExternalMetricInfo{
28
{
29
- Metric: "externalmetric",
+ Metric: "externalmetrics",
30
},
31
}
32
@@ -36,7 +36,7 @@ type DefaultCustomMetricsProvider struct{}
36
func (cm DefaultCustomMetricsProvider) ListAllMetrics() []provider.CustomMetricInfo {
37
return []provider.CustomMetricInfo{
38
39
- Metric: "custommetric",
+ Metric: "custommetrics",
40
41
42
0 commit comments