Skip to content

Commit

Permalink
Update metric names (#16894)
Browse files Browse the repository at this point in the history
Dashboard uses old metric names
  • Loading branch information
suikast42 committed Apr 18, 2023
1 parent bef109d commit 44e5cb5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions integrations/grafana_dashboards/sample_grafana_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@
"steppedLine": true,
"targets": [
{
"expr": "nomad_linux_client_allocations_running",
"expr": "nomad_client_allocations_running",
"format": "time_series",
"intervalFactor": 2,
"metric": "nomad_linux_client_allocations_running",
"metric": "nomad_client_allocations_running",
"refId": "A",
"step": 20
}
Expand Down Expand Up @@ -245,10 +245,10 @@
"steppedLine": false,
"targets": [
{
"expr": "nomad_linux_client_allocations_blocked",
"expr": "nomad_client_allocations_blocked",
"format": "time_series",
"intervalFactor": 2,
"metric": "nomad_linux_client_allocations_blocked",
"metric": "nomad_client_allocations_blocked",
"refId": "A",
"step": 40
}
Expand Down Expand Up @@ -322,10 +322,10 @@
"span": 6,
"targets": [
{
"expr": "nomad_linux_runtime_total_gc_pause_ns",
"expr": "nomad_runtime_total_gc_pause_ns",
"format": "time_series",
"intervalFactor": 2,
"metric": "nomad_linux_runtime_total_gc_pause_ns",
"metric": "nomad_runtime_total_gc_pause_ns",
"refId": "A",
"step": 20
}
Expand Down Expand Up @@ -385,10 +385,10 @@
"steppedLine": false,
"targets": [
{
"expr": "nomad_linux_runtime_alloc_bytes",
"expr": "nomad_runtime_alloc_bytes",
"format": "time_series",
"intervalFactor": 2,
"metric": "nomad_linux_runtime_alloc_bytes",
"metric": "nomad_runtime_alloc_bytes",
"refId": "A",
"step": 40
}
Expand Down

0 comments on commit 44e5cb5

Please sign in to comment.