github Freika/dawarich 0.16.7

latest release: 0.16.8
pre-release2 days ago

Changed

  • Prometheus exporter is now bound to 0.0.0.0 instead of localhost
  • PROMETHEUS_EXPORTER_HOST and PROMETHEUS_EXPORTER_PORT env vars were added to the docker-compose.yml file to allow you to set the host and port for the Prometheus exporter. They should be added to both dawarich_app and dawarich_sidekiq services Example:
  dawarich_app:
    image: freikin/dawarich:latest
    container_name: dawarich_app
    environment:
      ...
      PROMETHEUS_EXPORTER_ENABLED: "true"
+     PROMETHEUS_EXPORTER_HOST: 0.0.0.0
+     PROMETHEUS_EXPORTER_PORT: "9394"

  dawarich_sidekiq:
    image: freikin/dawarich:latest
    container_name: dawarich_sidekiq
    environment:
      ...
      PROMETHEUS_EXPORTER_ENABLED: "true"
+     PROMETHEUS_EXPORTER_HOST: dawarich_app
+     PROMETHEUS_EXPORTER_PORT: "9394"

💙 This release is supported by James Manolios, chenrik and aldumil on Patreon 💙

What's Changed

  • Expose Prometheus exporter to the outside world by @Freika in #422

Full Changelog: 0.16.6...0.16.7

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.