Skip to content

Commit

Permalink
Fix minor typo in pkg/provider/interfaces.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fj authored Dec 31, 2018
1 parent bb8bae1 commit 3a76198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type CustomMetricsProvider interface {
}

// ExternalMetricsProvider is a source of external metrics.
// Metric is normally idendified by a name and a set of labels/tags. It is up to a specific
// Metric is normally identified by a name and a set of labels/tags. It is up to a specific
// implementation how to translate metricSelector to a filter for metric values.
// Namespace can be used by the implemetation for metric identification, access control or ignored.
type ExternalMetricsProvider interface {
Expand Down

0 comments on commit 3a76198

Please sign in to comment.