File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ jobs:
48
48
timeBetweenPhases : 30
49
49
shutdownTime : 30
50
50
51
- language_id0 : sync-table
51
+ language_id0 : sync-python- table
52
52
language0 : Python SDK over Table Service
53
53
workload_path0 : tests/slo
54
54
workload_build_context0 : ../..
55
55
workload_build_options0 : -f Dockerfile --build-arg SDK_SERVICE=table-service
56
56
57
- language_id1 : sync-query
57
+ language_id1 : sync-python- query
58
58
language1 : Python SDK over Query Service
59
59
workload_path1 : tests/slo
60
60
workload_build_context1 : ../..
Original file line number Diff line number Diff line change 13
13
JOB_READ_LABEL , JOB_WRITE_LABEL = "read" , "write"
14
14
JOB_STATUS_OK , JOB_STATUS_ERR = "ok" , "err"
15
15
16
+ SDK_SERVICE_NAME = "sync-python-table"
17
+
16
18
17
19
class Metrics :
18
20
def __init__ (self , push_gateway ):
@@ -105,7 +107,7 @@ def push(self):
105
107
job = "workload-sync" ,
106
108
registry = self ._registry ,
107
109
grouping_key = {
108
- "sdk" : "python-sync" ,
110
+ "sdk" : SDK_SERVICE_NAME ,
109
111
"sdkVersion" : version ("ydb" ),
110
112
},
111
113
)
You can’t perform that action at this time.
0 commit comments