funkwhale/api/funkwhale_api/plugins/prometheus_exporter
Agate 4c4ab5919a
Fixed various issue with plugins, shaping prometheus plugin
2020-06-17 19:56:23 +02:00
..
README.md Fixed various issue with plugins, shaping prometheus plugin 2020-06-17 19:56:23 +02:00
__init__.py Addiional hooks, still not working wih webserver though 2020-06-16 22:29:16 +02:00
entrypoint.py Fixed various issue with plugins, shaping prometheus plugin 2020-06-17 19:56:23 +02:00
setup.cfg Fixed various issue with plugins, shaping prometheus plugin 2020-06-17 19:56:23 +02:00
setup.py Addiional hooks, still not working wih webserver though 2020-06-16 22:29:16 +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']