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
feature
3 weeks ago

Logs SQL Dashboards

You can now create dashboard widgets directly from Logs SQL queries in Lumigo!
  • Write SQL to query your logs
  • Visualize results as Table, Bar Chart, Line Chart, or Pie Chart
  • Add them to your dashboard for quick insights
Note: Your query must include time parameters and return data in a format compatible with the selected visualization. Learn more

feature
a month ago

Copilot Now Available on the Issue Details Page!

We’ve expanded Copilot’s reach once again — it’s now available directly on the Issue Details page!

Copilot can now help you investigate specific issues by combining data from:

  • The Issue page
  • Related transactions

This gives you a comprehensive view of what happened, making it easier to troubleshoot faster and more effectively.

Ask Copilot follow-up questions, get context-rich explanations, and get to the root cause — all in one place.

a month ago

New Lumigo Copilot Features - Conversation History and Live Workflow View! ✨

We're happy to announce two powerful updates that make Lumigo Copilot even better!

🕒 Conversation History

You can now access and continue past Copilot conversations, making it easy to revisit insights, follow up on investigations, and maintain context across sessions.

👀 Live Workflow View

Say goodbye to boring loading bars! Copilot now shows a real-time view of its reasoning process, step by step.
This brings greater transparency to how answers are generated.

Together, these updates make Copilot a more reliable, insightful partner in your observability workflows. Try them out today!

feature
a month ago

Lumigo Copilot Now Available on the Explore Page! ✨

We’ve made Lumigo Copilot available on the Explore page - bringing powerful natural language querying to your trace data.

🔍 What Can You Ask?

Copilot on the Explore page can answer questions like:

  • Which Lambdas had cold starts in the last 24 hours?
  • Does the submit-order service ever respond after more than 3 seconds?
  • Give me links to transactions where we got a 500 error.
  • Did the user with ID 1234567 get a payment-related error in the last week?

Copilot helps you move faster by turning your questions into trace insights — instantly.

featureImprovement
a month ago

Label-Based Resource Monitoring in Lumigo Kubernetes Operator

We're excited to announce an upgrade to our Lumigo Kubernetes Operator!
You can now send traces and logs from specific resources using labels, enhancing the flexibility and precision of our monitoring capabilities.

What's New?
Previously, the Lumigo operator relied solely on namespace-based instrumentation, which posed challenges in environments where a single namespace was used for various workloads. Now, you can target specific resources for tracing and logging using Kubernetes labels, eliminating the need to instrument an entire namespace.

Benefits:
  • Increased Precision: Focus on the exact resources you need.
  • Enhanced Flexibility: Easily adapt to complex architectures with diverse workload use cases.
Supported version: V46

For more details check out our documentation: Opting In for Specific Resources
a month ago

New Lumigo App for Microsoft Teams Is Here - Now with Alerts & Copilot!

The new Lumigo app for Microsoft Teams is now available!
This upgraded integration brings alert notifications and full Lumigo Copilot capabilities right into your Teams workspace.

  • Receive real-time alerts directly in Teams
  • Interact with Lumigo Copilot by clicking "Ask Copilot" or mentioning @Lumigo in alert threads
  • Simplified troubleshooting, no context-switching needed

How to Get Started:

  1. Head to the Integrations page in Lumigo to set up the new Teams integration
  2. Add the Lumigo Teams app to your desired Teams channels
  3. Configure your alerts to use the new integration

Note: We recommend switching to this new integration if you’re using an older Teams setup.

feature
a month ago

Kubernetes Cluster Level Pods Page

Happy to introduce our new Kubernetes Cluster Level Pods Page: a new way to monitor all your cluster pods in one place across workloads and namespaces.
  • Pod status at a glance
  • Pod restarts & age tracking
  • CPU & memory usage by containers,
  • Node details per pod
  • Containers health insights
  • Quick access to logs & traces for deeper investigation per each pod
  • Quick filters for finding the pods you are looking for.
feature
2 months ago

Logs SQL Time Parameters Support

We’re excited to announce a new capability in Lumigo: support for time parameters in Logs SQL queries.

You can now dynamically reference the UI time picker directly in your queries using time parameters:

WHERE timestamp >= $startTime$ AND timestamp < $endTime$

This enhancement adds more flexibility to your analysis and sets the stage for an exciting upcoming feature: Logs SQL queries as dashboard widgets.

Announcementfeature
2 months ago

NEW – Kubernetes Single Workload Pods Page

We’re excited to introduce our new Kubernetes Single Workload Pods Page: a new way to monitor all your workload pods in one place!
  • Pod status at a glance
  • Pod restarts & age tracking
  • CPU & memory usage, plus node details per pod
  • Containers health insights
  • Quick access to logs & traces for deeper investigation
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.