Skip to content

Commit 7ed2ad7

Browse files
authored
metrics: set sync load latency as P9999 (#56981)
close #56980
1 parent ec65c4f commit 7ed2ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/metrics/grafana/tidb.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17251,7 +17251,7 @@
1725117251
"targets": [
1725217252
{
1725317253
"exemplar": true,
17254-
"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))",
17254+
"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))",
1725517255
"format": "time_series",
1725617256
"interval": "",
1725717257
"intervalFactor": 2,
@@ -17261,7 +17261,7 @@
1726117261
},
1726217262
{
1726317263
"exemplar": true,
17264-
"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))",
17264+
"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))",
1726517265
"format": "time_series",
1726617266
"hide": false,
1726717267
"interval": "",
@@ -17275,7 +17275,7 @@
1727517275
"timeFrom": null,
1727617276
"timeRegions": [],
1727717277
"timeShift": null,
17278-
"title": "Sync Load Latency 95",
17278+
"title": "Sync Load Latency P9999",
1727917279
"tooltip": {
1728017280
"shared": true,
1728117281
"sort": 0,

0 commit comments

Comments
 (0)