Skip to content

Commit 3a43ba1

Browse files
committed
add orch tag
1 parent 040ebde commit 3a43ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/census.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ func InitCensus(nodeType NodeType, version string) {
10311031
Name: "ai_container_in_use",
10321032
Measure: census.mAIContainersInUse,
10331033
Description: "Number of containers currently used for AI processing",
1034-
TagKeys: append([]tag.Key{census.kPipeline, census.kModelName}, baseTags...),
1034+
TagKeys: append([]tag.Key{census.kPipeline, census.kModelName, census.kOrchestratorURI}, baseTags...),
10351035
Aggregation: view.LastValue(),
10361036
},
10371037
{

0 commit comments

Comments
 (0)