Files
ocis/changelog/unreleased/ocis_full_resetup_monitoring.md
2026-02-06 09:07:23 +01:00

643 B

Bugfix: Rework monitoring in the ocis_full deployment example

The ocis_full deployment example has been basically reworked for how to provide monitoring.

We now have:

  • a singe place for the definition of the tracing envvars for all ocis related container services
  • an easy and modular setup defining which sources should be inlcuded in monitoring via .env
  • comments describing the setup for the ease extending it
  • the monitoring definition in .env has been moved to the bottom and the compose_file assembly has monitoring as last entry now to guarantee nothing gets overwritten by accident

https://github.com/owncloud/ocis/pull/11995