Werk #18353: OTel: Move collector metric export out of tmpfs to avoid memory pressure

Component Checks & agents
Title OTel: Move collector metric export out of tmpfs to avoid memory pressure
Date Aug 8, 2025
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.5.0b1
Not yet released
Checkmk Cloud (CCE), Checkmk MSP (CME)
2.4.0p10 Checkmk Cloud (CCE), Checkmk MSP (CME)

To prevent excessive memory usage, the metric data exported by the OpenTelemetry collector is no longer written to the tmp directory. Instead, it is now stored in the var directory. This change helps to avoid memory pressure that can occur when using tmpfs for large data exports.

The data has been moved from:

<site_path>/tmp/check_mk/otel_collector/host_monitoring

to:

<site_path>/var/check_mk/otel_collector/host_monitoring

To the list of all Werks