funkwhale/api/funkwhale_api/plugins/funkwhale_plugin_prometheus
Agate 8c587d07c4
Moar plugins polishing and sugar
2020-06-18 23:00:10 +02:00
..
README.md Moar plugins polishing and sugar 2020-06-18 23:00:10 +02:00
__init__.py Moar plugins polishing and sugar 2020-06-18 23:00:10 +02:00
entrypoint.py Moar plugins polishing and sugar 2020-06-18 23:00:10 +02:00
setup.cfg Moar plugins polishing and sugar 2020-06-18 23:00:10 +02:00
setup.py Moar plugins polishing and sugar 2020-06-18 23:00:10 +02:00

README.md

Prometheus exporter for Funkwhale

Use the following prometheus config:

.. code-block: yaml

global: scrape_interval: 15s

scrape_configs: - job_name: funkwhale static_configs: - targets: ['yourpod'] metrics_path: /api/plugins/prometheus/metrics?token=test

- job_name: prometheus
  static_configs:
    - targets: ['localhost:9090']