Skip to content

Commit 3095a30

Browse files
committed
rename label workspaceId to workspaceID
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent cf3ccff commit 3095a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func handleProbeRequest(w http.ResponseWriter, r *http.Request) {
126126
// inject workspaceId
127127
for num := range metric {
128128
metric[num].Labels["workspaceTable"] = to.String(table.Name)
129-
metric[num].Labels["workspaceId"] = workspaceId
129+
metric[num].Labels["workspaceID"] = workspaceId
130130
}
131131

132132
metricList.Add(metricName, metric...)

0 commit comments

Comments
 (0)