mirror of
https://github.com/Unleash/unleash.git
synced 2026-09-10 06:05:47 +00:00
764 B
764 B
id, title
| id | title |
|---|---|
| internal | /internal-backstage/prometheus |
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).
Annotations
Unleash will automatically count all updates for all toggles under the metric name feature_toggle_update_total, and the toggle name is will be set as a label value. This information can be used to create annotations in grafana for everytime a feature toggle is changed.
You can use this query in grafana to achive this:
delta(feature_toggle_update_total{toggle="Demo"}[1m]) != bool 0?