Skip to content

Commit 90b221e

Browse files
committed
try again
1 parent 540a549 commit 90b221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slo/src/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def stop(self, labels, start_time, attempts=1, error=None):
104104
def push(self):
105105
push_to_gateway(
106106
self._push_gtw,
107-
job="workload-sync",
107+
job=f"workload-{SDK_SERVICE_NAME}",
108108
registry=self._registry,
109109
grouping_key={
110110
"sdk": SDK_SERVICE_NAME,

0 commit comments

Comments
 (0)