Skip to content

Commit

Permalink
metrics: set sync load latency as P9999 (#56981) (#57000)
Browse files Browse the repository at this point in the history
close #56980
  • Loading branch information
ti-chi-bot authored Oct 30, 2024
1 parent f54a797 commit e1ae550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/metrics/grafana/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -15316,7 +15316,7 @@
"targets": [
{
"exemplar": true,
"expr": "histogram_quantile(0.95, sum(rate(tidb_statistics_sync_load_latency_millis_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le))",
"expr": "histogram_quantile(0.9999, sum(rate(tidb_statistics_sync_load_latency_millis_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le))",
"format": "time_series",
"interval": "",
"intervalFactor": 2,
Expand All @@ -15326,7 +15326,7 @@
},
{
"exemplar": true,
"expr": "histogram_quantile(0.95, sum(rate(tidb_statistics_read_stats_latency_millis_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le))",
"expr": "histogram_quantile(0.9999, sum(rate(tidb_statistics_read_stats_latency_millis_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le))",
"format": "time_series",
"hide": false,
"interval": "",
Expand All @@ -15340,7 +15340,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Sync Load Latency 95",
"title": "Sync Load Latency P9999",
"tooltip": {
"shared": true,
"sort": 0,
Expand Down

0 comments on commit e1ae550

Please sign in to comment.