We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1d7a3 commit 5412369Copy full SHA for 5412369
tests/slo/src/metrics.py
@@ -14,6 +14,7 @@
14
JOB_STATUS_OK, JOB_STATUS_ERR = "ok", "err"
15
16
SDK_SERVICE_NAME = environ.get("SDK_SERVICE", "sync-python-table")
17
+print(f"SDK_SERVICE_NAME = {SDK_SERVICE_NAME}")
18
19
20
class Metrics:
0 commit comments