mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
643 B
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