We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f9eeb commit ead39c8Copy full SHA for ead39c8
prometheus/README.md
@@ -32,7 +32,7 @@ docker compose up
32
33
## 3 - View Metrics
34
35
-To view metrics in Prometheus (e.g. 90% percentile), navigate to:
+To view metrics in Prometheus (e.g. 90th percentile), navigate to:
36
37
http://localhost:9090/query?g0.expr=histogram_quantile%28.90%2C+sum+by%28le%29+%28rate%28super_timer_milliseconds_bucket%5B5m%5D%29%29%29&g0.show_tree=0&g0.tab=graph&g0.range_input=15m&g0.res_type=auto&g0.res_density=medium&g0.display_mode=lines&g0.show_exemplars=0
38
0 commit comments