Lumigo Release Notes logo

Release Notes

Back to Homepage Subscribe to Updates

Labels

  • All Posts
  • Announcement
  • feature
  • Improvement

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • November 2024
  • August 2024
  • June 2024
  • April 2024
  • January 2024
  • October 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • February 2022
  • November 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
2 months ago

Lumigo Kubernetes Operator Improvements for Broader Monitoring and Better Performance (v44)

Monitor all cluster namespaces at once

 You can now monitor all namespaces in your cluster without specifying each one individually.
Simply set monitoredNamespaces=all to enable traces and logs for all namespaces by default. 
Note: This is recommended only for non-production environments, as it may trigger frequent workload restarts, leading to temporary CPU and memory spikes.

Send essential metrics only (by default)

The operator now sends only essential infrastructure metrics by default, reducing noise and preventing unnecessary costs for unused metrics. To apply this change, simply upgrade to the latest operator version.
Note: Need all metrics? Restore the previous behavior by setting clusterCollection.metrics.essentialOnly=false during Helm installation.

Learn more in our documentation.