Page MenuHomePhorge

prometheus.md
No OneTemporary

Size
560 B
Referenced Files
None
Subscribers
None

prometheus.md

# Prometheus Metrics
Pleroma includes support for exporting metrics via the [prometheus_ex](https://github.com/deadtrickster/prometheus.ex) library.
## `/api/pleroma/app_metrics`
### Exports Prometheus application metrics
* Method: `GET`
* Authentication: not required
* Params: none
* Response: JSON
## Grafana
### Config example
The following is a config example to use with [Grafana](https://grafana.com)
```
- job_name: 'beam'
metrics_path: /api/pleroma/app_metrics
scheme: https
static_configs:
- targets: ['pleroma.soykaf.com']
```

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 2, 2:22 AM (15 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
483907
Default Alt Text
prometheus.md (560 B)

Event Timeline