Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
add workload to the list of known domains (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Sep 14, 2022
1 parent 5a007e3 commit f4930fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ func serviceMetric(metricType string) bool {
var knownExternalMetricPrefixes = []string{
"custom.googleapis.com/",
"external.googleapis.com/",
"workload.googleapis.com/",
}

// builtinMetric returns true if a MetricType is a heuristically known
Expand Down

0 comments on commit f4930fe

Please sign in to comment.