Skip to content

Commit d9d89f8

Browse files
authored
Merge pull request #43 from NFDI4Chem/dev-nisha
fix: update job name grafana dashboard json
2 parents 37e7d65 + 78152c0 commit d9d89f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"type": "prometheus",
118118
"uid": "${DS_PROMETHEUS}"
119119
},
120-
"expr": "increase(http_requests_total{job=\"cheminformatics-python-microservice\"}[1m])",
120+
"expr": "increase(http_requests_total{job=\"nmr-kit\"}[1m])",
121121
"format": "time_series",
122122
"interval": "",
123123
"intervalFactor": 1,
@@ -308,7 +308,7 @@
308308
"type": "prometheus",
309309
"uid": "${DS_PROMETHEUS}"
310310
},
311-
"expr": "process_resident_memory_bytes{job=\"cheminformatics-python-microservice\"}",
311+
"expr": "process_resident_memory_bytes{job=\"nmr-kit\"}",
312312
"format": "time_series",
313313
"interval": "",
314314
"intervalFactor": 1,
@@ -403,7 +403,7 @@
403403
"type": "prometheus",
404404
"uid": "${DS_PROMETHEUS}"
405405
},
406-
"expr": "http_request_duration_seconds_sum{job=\"cheminformatics-python-microservice\",handler!=\"none\"} / http_request_duration_seconds_count",
406+
"expr": "http_request_duration_seconds_sum{job=\"nmr-kit\",handler!=\"none\"} / http_request_duration_seconds_count",
407407
"format": "time_series",
408408
"interval": "",
409409
"intervalFactor": 1,
@@ -495,7 +495,7 @@
495495
"type": "prometheus",
496496
"uid": "${DS_PROMETHEUS}"
497497
},
498-
"expr": "rate(process_cpu_seconds_total{job=\"cheminformatics-python-microservice\"}[30s])",
498+
"expr": "rate(process_cpu_seconds_total{job=\"nmr-kit\"}[30s])",
499499
"format": "time_series",
500500
"interval": "",
501501
"intervalFactor": 1,

0 commit comments

Comments
 (0)