1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/docs/api/internal-backstage-api.md
ivaosthu b8014fdddf Server Metrics with Prometheus
Implementation use internal eventBus to enable loose counting in the app.

read more at https://prometheus.io/

Closes #98
2020-02-20 08:30:40 +01:00

290 B

Internal Backstage API

GET http://unleash.host.com/internal-backstage/prometheus

Unleash uses prometheus internally to collect metrics. These are available on the given url if the serverMetrics option is enabled (default=true).

Read more about Prometheus