Skip to content

Commit 8ca5f6d

Browse files
authored
fixed link to localhost to see the metrics
1 parent 42686d2 commit 8ca5f6d

File tree

1 file changed

+2
-2
lines changed
  • docs/examples/metrics/prometheus-grafana

1 file changed

+2
-2
lines changed

docs/examples/metrics/prometheus-grafana/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
3737
You 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`.

0 commit comments

Comments
 (0)