Added
- Dawarich now can export metrics to Prometheus. You can find the metrics at
your.host:9394/metrics
endpoint. The metrics are being exported in the Prometheus format and can be scraped by Prometheus server. To enable exporting, set thePROMETHEUS_EXPORTER_ENABLED
env var in your docker-compose.yml totrue
. Example:
dawarich_app:
image: freikin/dawarich:latest
container_name: dawarich_app
environment:
...
+ PROMETHEUS_EXPORTER_ENABLED: "true"
💙 This release is supported by James Manolios, chenrik and aldumil on Patreon 💙
What's Changed
- Bump data_migrate from 11.1.0 to 11.2.0 by @dependabot in #419
- Bump rswag-api from 2.15.0 to 2.16.0 by @dependabot in #417
- Bump super_diff from 0.13.0 to 0.14.0 by @dependabot in #416
- Bump rswag-specs from 2.15.0 to 2.16.0 by @dependabot in #415
- Update How_to_install_Dawarich_using_Docker.md by @alangrafu in #383
- Bump sidekiq-cron from 1.12.0 to 2.0.1 by @dependabot in #418
- Prometheus monitoring by @Freika in #421
New Contributors
- @alangrafu made their first contribution in #383
Full Changelog: 0.16.5...0.16.6