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

Commit f4930fe

Browse files
authored
add workload to the list of known domains (#304)
1 parent 5a007e3 commit f4930fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stats.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ func serviceMetric(metricType string) bool {
683683
var knownExternalMetricPrefixes = []string{
684684
"custom.googleapis.com/",
685685
"external.googleapis.com/",
686+
"workload.googleapis.com/",
686687
}
687688

688689
// builtinMetric returns true if a MetricType is a heuristically known

0 commit comments

Comments
 (0)