File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/examples/metrics/prometheus-grafana Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Execution
3333 $ python ./prometheus-monitor.py
3434 $ Server is running at http://localhost:8000
3535
36- Now you can visit `localhost:8000/metrics < http://localhost:8000/metrics> ` to see Prometheus metrics.
36+ Now you can visit `http://localhost:8000/metrics ` to see Prometheus metrics.
3737You should see something like:
3838
3939.. code-block ::
@@ -60,4 +60,4 @@ You should see something like:
6060 # TYPE MyAppPrefix_my_counter_total counter
6161 MyAppPrefix_my_counter_total 964.0
6262
63- `MyAppPrefix_my_counter_total ` is the custom counter created in the application with the custom prefix `MyAppPrefix `.
63+ `MyAppPrefix_my_counter_total ` is the custom counter created in the application with the custom prefix `MyAppPrefix `.
You can’t perform that action at this time.
0 commit comments