monsantoco/kamon-prometheus-demo
Demonstration of kamon-prometheus using Grafana
152
kamon-prometheus is a Kamon module that facilitates exporting metrics to Prometheus. This repository contains a docker image which runs:
There are 3 ports exposed by the image:
To run the demo, you should run:
docker run -p 3000:3000 -p 9090:9090 -p 8080:80 monsantoco/kamon-prometheus-demo
Once the image is running, browse to port 3000 to see the Grafana dashboard. It can take about 30 seconds or so before data starts showing up. If you want to see the metrics served by the application, you can request the /metrics
path on port 8080.
docker pull monsantoco/kamon-prometheus-demo