Skip to content

Commit

Permalink
Update default_metric_providers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer committed May 3, 2023
1 parent 4402792 commit 609f709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/provider/defaults/default_metric_providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type DefaultExternalMetricsProvider struct{}
func (em DefaultExternalMetricsProvider) ListAllExternalMetrics() []provider.ExternalMetricInfo {
return []provider.ExternalMetricInfo{
{
Metric: "externalmetric",
Metric: "externalmetrics",
},
}
}
Expand All @@ -36,7 +36,7 @@ type DefaultCustomMetricsProvider struct{}
func (cm DefaultCustomMetricsProvider) ListAllMetrics() []provider.CustomMetricInfo {
return []provider.CustomMetricInfo{
{
Metric: "custommetric",
Metric: "custommetrics",
},
}
}

0 comments on commit 609f709

Please sign in to comment.