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 3f7f638 commit f980707Copy full SHA for f980707
batchtools/br.py
@@ -222,6 +222,7 @@ def run(args: argparse.Namespace):
222
"job_name": job_name, # unique name
223
}
224
225
+ # use grouping key to help aggregate data
226
push_registry_text(grouping_key=group)
227
228
except oc.OpenShiftPythonException as e:
pushgateway/service.yaml
@@ -10,5 +10,5 @@ spec:
10
matchLabels:
11
app: pushgateway
12
endpoints:
13
- - port: http # <- must match the Service port name
+ - port: http
14
interval: 15s
0 commit comments