Skip to content

Commit

Permalink
docs: Fix curl request example for prometheus exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Nov 20, 2024
1 parent 49649e8 commit f7cc807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/prometheus-exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The exporter exports metrics in a prometheus-compatible format, so Prometheus can scrape metrics from the HTTP server.
You can either allow exporter to launch its own server or add Prometheus routes to the existing one.

An example of output (e.g. `curl http://localhost:9464/metrics`):
An example of output (e.g. `curl -H "Accept:text/plain" http://localhost:9464/metrics`):
```scala mdoc:passthrough
import cats.effect.IO
import cats.effect.unsafe.implicits.global
Expand Down

0 comments on commit f7cc807

Please sign in to comment.