Skip to content

Commit

Permalink
fix: grafana json (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
kqzh authored Jan 30, 2023
1 parent afecb94 commit db21690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/grafana/nebula-grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
},
{
"exemplar": true,
"expr": "nebula_graphd_query_latency_us_p95_53{namespace=\"$namespace\", cluster=\"$cluster\"}",
"expr": "nebula_graphd_query_latency_us_p95_5{namespace=\"$namespace\", cluster=\"$cluster\"}",
"hide": false,
"interval": "30s",
"legendFormat": "",
Expand Down

0 comments on commit db21690

Please sign in to comment.