1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-11-16 09:16:18 +01:00
pleroma/docs/API/prometheus.md

560 B

Prometheus Metrics

Pleroma includes support for exporting metrics via the 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

  - job_name: 'beam'
    metrics_path: /api/pleroma/app_metrics
    scheme: https
    static_configs:
    - targets: ['pleroma.soykaf.com']