2.2.3 "Elloria" - Jun 22, 2023
Kubernetes:
- Fix a bug with Kubernetes Events monitor not emitting events for
CronJobobjects when using Kubernetes >= 1.25.0. The bug was related to the API endpoint being promoted fromv1betatostable. The code has been updated to support both locations - old one (beta) and the new one (stable). - Update Kubernetes monitor to also log the value of
SCALYR_COMPRESSION_LEVELenvironment variable on start up. Contributed by @MichalKoziorowski-TomTom #1104.