Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

560B

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']