Skip to content

Commit

Permalink
AWS deploy: fix metric names in grafana panels
Browse files Browse the repository at this point in the history
Co-authored-by: Álvaro Alda <[email protected]>
  • Loading branch information
panchoh and aalda committed Apr 8, 2019
1 parent 9b0d567 commit 8552870
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deploy/aws/provision/files/grafana/dashboards/Storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(qed_storage_block_useful) by (job)",
"expr": "sum(qed_storage_filter_useful) by (job)",
"format": "time_series",
"hide": false,
"interval": "",
Expand All @@ -165,7 +165,7 @@
"refId": "A"
},
{
"expr": "sum(qed_storage_block_full_positive) by (job)",
"expr": "sum(qed_storage_filter_full_positive) by (job)",
"format": "time_series",
"hide": false,
"interval": "",
Expand All @@ -174,7 +174,7 @@
"refId": "B"
},
{
"expr": "sum(qed_storage_block_full_true_positive) by (job)",
"expr": "sum(qed_storage_filter_full_true_positive) by (job)",
"format": "time_series",
"hide": false,
"interval": "",
Expand Down Expand Up @@ -358,7 +358,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(qed_storage_cache_memory_usage) by (job)",
"expr": "sum(qed_storage_block_cache_memory_usage) by (job)",
"format": "time_series",
"hide": false,
"interval": "",
Expand All @@ -367,7 +367,7 @@
"refId": "A"
},
{
"expr": "sum(qed_storage_cache_pinned_memory_usage) by (job)",
"expr": "sum(qed_storage_block_cache_pinned_memory_usage) by (job)",
"format": "time_series",
"hide": false,
"interval": "",
Expand Down Expand Up @@ -1226,7 +1226,7 @@
"refId": "A"
},
{
"expr": "sum(qed_storage_io_compact_write_bytes_bytes) by (job)",
"expr": "sum(qed_storage_io_compact_write_bytes) by (job)",
"format": "time_series",
"hide": false,
"interval": "",
Expand Down

0 comments on commit 8552870

Please sign in to comment.