Skip to content

Commit dacb319

Browse files
committed
README: Add mention to which client it uses
1 parent 0806d5a commit dacb319

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Prometheus Example App
22

3-
This example app serves as an example of how one can easily instrument HTTP handlers with [Prometheus](https://prometheus.io/) metrics.
3+
This example app serves as an example of how one can easily instrument HTTP handlers with [Prometheus][prometheus] metrics. It uses the Prometheus [go client][client-golang] to create a new Prometheus registry.
44

55
Usage is simple, on any request to `/` the request will result in a `200` response code. This increments the counter for this response code. Similarly the `/err` endpoint will result in a `404` response code, therefore increments that respective counter.
66

77
A Docker image is available at: `quay.io/brancz/prometheus-example-app:v0.1.0`
8+
9+
[prometheus]:https://prometheus.io/
10+
[client-golang]:https://github.com/prometheus/client_golang

0 commit comments

Comments
 (0)