Skip to content

Commit

Permalink
fix: update job name grafana dashboard json
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Aug 8, 2023
1 parent 78e3d72 commit 78152c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api-dashboard.json → nmrkit-grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"expr": "increase(http_requests_total{job=\"cheminformatics-python-microservice\"}[1m])",
"expr": "increase(http_requests_total{job=\"nmr-kit\"}[1m])",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -308,7 +308,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"expr": "process_resident_memory_bytes{job=\"cheminformatics-python-microservice\"}",
"expr": "process_resident_memory_bytes{job=\"nmr-kit\"}",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -403,7 +403,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"expr": "http_request_duration_seconds_sum{job=\"cheminformatics-python-microservice\",handler!=\"none\"} / http_request_duration_seconds_count",
"expr": "http_request_duration_seconds_sum{job=\"nmr-kit\",handler!=\"none\"} / http_request_duration_seconds_count",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down Expand Up @@ -495,7 +495,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"expr": "rate(process_cpu_seconds_total{job=\"cheminformatics-python-microservice\"}[30s])",
"expr": "rate(process_cpu_seconds_total{job=\"nmr-kit\"}[30s])",
"format": "time_series",
"interval": "",
"intervalFactor": 1,
Expand Down

0 comments on commit 78152c0

Please sign in to comment.