diff --git a/README.md b/README.md index b5e7392..a35b7d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # prom-exporter -Repo for learning how to implement Prometheus exporter +Repo for learning how to implement Prometheus exporter. This contains the complete code of the snippets in [this dev.to article](https://dev.to/metonymicsmokey/custom-prometheus-metrics-with-go-520n). ### Instructions to run: * Have Prometheus running on port 9090 and make sure port 2112 is not in use.