This project contains an example to illustrate metrics provided by
@loopback/metrics
and Prometheus.
npm start
To run full demo:
npm run demo
Now let's generate some traffic:
http://127.0.0.1:3000/greet/world?count=50
The metrics is reported at http://127.0.0.1:3000/metrics.
Open http://localhost:9090 for the Prometheus Web UI.
Run npm test
from the root folder.
See all contributors.
MIT