Skip to content

Commit

Permalink
fix: AWS deploy: fix misnomers in panels
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Luis Lucas <[email protected]>
Co-authored-by: iknite <[email protected]>
  • Loading branch information
3 people committed Mar 5, 2019
1 parent 48bb811 commit e1dcd46
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions deploy/aws/provision/files/grafana/dashboards/QED.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"editable": true,
"gnetId": null,
"graphTooltip": 2,
"id": 8,
"iteration": 1550483779652,
"id": 3,
"iteration": 1551789062746,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -1027,31 +1027,31 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(qed_monitor_batches_received_total{job=~\"Monitor.*\"}[$interval])) by (job)",
"expr": "sum(rate(qed_monitor_batches_received_total{job=~\"Agent-Monitor.*\"}[$interval])) by (job)",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "{{job}}",
"refId": "A"
},
{
"expr": "sum(rate(qed_auditor_batches_received_total{job=~\"Auditor.*\"}[$interval])) by (job)",
"expr": "sum(rate(qed_auditor_batches_received_total{job=~\"Agent-Auditor.*\"}[$interval])) by (job)",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "{{job}}",
"refId": "B"
},
{
"expr": "sum(rate(qed_publisher_batches_received_total{job=~\"Publisher.*\"}[$interval])) by (job)",
"expr": "sum(rate(qed_publisher_batches_received_total{job=~\"Agent-Publisher.*\"}[$interval])) by (job)",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "{{job}}",
"refId": "C"
},
{
"expr": "qed_monitor_batches_received_total{job=~\"Monitor.*\"}",
"expr": "qed_monitor_batches_received_total{job=~\"Agent-Monitor.*\"}",
"format": "time_series",
"hide": true,
"intervalFactor": 1,
Expand Down Expand Up @@ -1136,21 +1136,21 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(qed_monitor_batches_process_seconds{job=~\"Monitor.*\"}[$interval])) by (job)",
"expr": "sum(rate(qed_monitor_batches_process_seconds{job=~\"Agent-Monitor.*\"}[$interval])) by (job)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{job}}",
"refId": "A"
},
{
"expr": "sum(rate(qed_auditor_batches_process_seconds{job=~\"Auditor.*\"}[$interval])) by (job)",
"expr": "sum(rate(qed_auditor_batches_process_seconds{job=~\"Agent-Auditor.*\"}[$interval])) by (job)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{job}}",
"refId": "B"
},
{
"expr": "sum(rate(qed_publisher_batches_process_seconds{job=~\"Publisher.*\"}[$interval])) by (job)",
"expr": "sum(rate(qed_publisher_batches_process_seconds{job=~\"Agent-Publisher.*\"}[$interval])) by (job)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{job}}",
Expand Down Expand Up @@ -1539,5 +1539,5 @@
"timezone": "",
"title": "QED",
"uid": "rjPFfGuik",
"version": 2
}
"version": 1
}

0 comments on commit e1dcd46

Please sign in to comment.