3 Pleroma includes support for exporting metrics via the [prometheus_ex](https://github.com/deadtrickster/prometheus.ex) library.
5 ## `/api/pleroma/app_metrics`
6 ### Exports Prometheus application metrics
8 * Authentication: not required
14 The following is a config example to use with [Grafana](https://grafana.com)
18 metrics_path: /api/pleroma/app_metrics
21 - targets: ['pleroma.soykaf.com']