Update metric names (#16894)

Dashboard uses old metric names
This commit is contained in:
Süleyman Vurucu 2023-04-18 22:25:42 +02:00 committed by GitHub
parent 367cfa6d93
commit a5967b1bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -169,10 +169,10 @@
"steppedLine": true, "steppedLine": true,
"targets": [ "targets": [
{ {
"expr": "nomad_linux_client_allocations_running", "expr": "nomad_client_allocations_running",
"format": "time_series", "format": "time_series",
"intervalFactor": 2, "intervalFactor": 2,
"metric": "nomad_linux_client_allocations_running", "metric": "nomad_client_allocations_running",
"refId": "A", "refId": "A",
"step": 20 "step": 20
} }
@ -245,10 +245,10 @@
"steppedLine": false, "steppedLine": false,
"targets": [ "targets": [
{ {
"expr": "nomad_linux_client_allocations_blocked", "expr": "nomad_client_allocations_blocked",
"format": "time_series", "format": "time_series",
"intervalFactor": 2, "intervalFactor": 2,
"metric": "nomad_linux_client_allocations_blocked", "metric": "nomad_client_allocations_blocked",
"refId": "A", "refId": "A",
"step": 40 "step": 40
} }
@ -322,10 +322,10 @@
"span": 6, "span": 6,
"targets": [ "targets": [
{ {
"expr": "nomad_linux_runtime_total_gc_pause_ns", "expr": "nomad_runtime_total_gc_pause_ns",
"format": "time_series", "format": "time_series",
"intervalFactor": 2, "intervalFactor": 2,
"metric": "nomad_linux_runtime_total_gc_pause_ns", "metric": "nomad_runtime_total_gc_pause_ns",
"refId": "A", "refId": "A",
"step": 20 "step": 20
} }
@ -385,10 +385,10 @@
"steppedLine": false, "steppedLine": false,
"targets": [ "targets": [
{ {
"expr": "nomad_linux_runtime_alloc_bytes", "expr": "nomad_runtime_alloc_bytes",
"format": "time_series", "format": "time_series",
"intervalFactor": 2, "intervalFactor": 2,
"metric": "nomad_linux_runtime_alloc_bytes", "metric": "nomad_runtime_alloc_bytes",
"refId": "A", "refId": "A",
"step": 40 "step": 40
} }