Skip to content

Commit

Permalink
chore: fixed port for metrics (jaegertracing#6473)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Jan 3, 2025
1 parent 0790c2f commit 7166159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/hotrod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Then open http://127.0.0.1:8080
## Metrics

The app exposes metrics in either Go's `expvar` format (by default) or in Prometheus format (enabled via `-m prometheus` flag).
* `expvar`: `curl http://127.0.0.1:8083/debug/vars`
* Prometheus: `curl http://127.0.0.1:8083/metrics`
* `expvar`: `curl http://127.0.0.1:8080/debug/vars`
* Prometheus: `curl http://127.0.0.1:8080/metrics`

## Linking to traces

Expand Down

0 comments on commit 7166159

Please sign in to comment.