https://github.com/wekan/wekan-prometheus-exporter
WeKan Prometheus Exporter
https://github.com/wekan/wekan-prometheus-exporter
Last synced: about 1 year ago
JSON representation
WeKan Prometheus Exporter
- Host: GitHub
- URL: https://github.com/wekan/wekan-prometheus-exporter
- Owner: wekan
- License: mit
- Created: 2022-01-27T19:08:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T19:09:43.000Z (over 4 years ago)
- Last Synced: 2025-02-15T18:52:03.716Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wekan Prometheus exporter
This Docker image is simply running a Python script that collect some information from Wekan API and expose them on an HTTP `/metrics` endpoint for Prometheus.
Here is a list of some environment variables you should set :
- `API_URL`: full URL of the Wekan instance (eg. `https://kanban.yourdomain.com`)
- `EXPORTER_API_USER`: admin user on Wekan API (defaults to `admin`)
- `EXPORTER_API_PASSWORD`: password for the user
- `EXPORTER_COLLECT_INTERVAL`: number of seconds between 2 refresh of the metrics (defaults to `60`)
- `INSTANCE_NAME`: instance name to add as a tag on metrics
# Source
- Originally from [this gist](https://gist.github.com/pichouk/2040c30127bec7a561d31d646c4571a7)
at [this Prometheus metrics WeKan issue](https://github.com/wekan/wekan/issues/3535#issuecomment-1023528620).