Skip to content

Commit

Permalink
Merge pull request #952 from Altinity/improve_grafana_dashboards
Browse files Browse the repository at this point in the history
Improve grafana dashboards
  • Loading branch information
Slach committed Jun 6, 2022
2 parents 659e7a1 + 5a4b1f2 commit 631a0bf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions grafana-dashboard/Altinity_ClickHouse_Operator_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1646,9 +1646,14 @@
"step": 20
},
{
"expr": "chi_clickhouse_metric_ReplicasMaxQueueSize{exported_namespace=~\"$exported_namespace\",chi=~\"$chi\",hostname=~\"$hostname\"}",
"legendFormat": "max queue size {{hostname}}",
"refId": "Z"
"expr": "chi_clickhouse_metric_ReplicasSumInsertsInQueue{exported_namespace=~\"$exported_namespace\",chi=~\"$chi\",hostname=~\"$hostname\"}",
"legendFormat": "inserts in queue {{hostname}}",
"refId": "H"
},
{
"expr": "chi_clickhouse_metric_ReplicasSumMergesInQueue{exported_namespace=~\"$exported_namespace\",chi=~\"$chi\",hostname=~\"$hostname\"}",
"legendFormat": "merges in queue {{hostname}}",
"refId": "I"
}
],
"thresholds": [],
Expand Down

0 comments on commit 631a0bf

Please sign in to comment.