From 9ec70585cc73acf97e6d6ccf4a0aa4e68c112e49 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Fri, 6 Feb 2026 09:06:46 +0100 Subject: [PATCH] update changlog text --- changelog/unreleased/ocis_full_resetup_monitoring.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/unreleased/ocis_full_resetup_monitoring.md b/changelog/unreleased/ocis_full_resetup_monitoring.md index 4586a03360a..39a15a93aaa 100644 --- a/changelog/unreleased/ocis_full_resetup_monitoring.md +++ b/changelog/unreleased/ocis_full_resetup_monitoring.md @@ -6,5 +6,7 @@ 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