Skip to content

Releases: SigNoz/signoz

v0.24.0

20 Jul 07:24
Compare
Choose a tag to compare

"Trust, but verify." - Ronald Reagan


🚀 Features

🐛 Bug Fixes

Full Changelog: v0.23.1...v0.24.0

v0.23.1

18 Jul 04:10
29df118
Compare
Choose a tag to compare

"Without data, you're just another person with an opinion." - W. Edwards Deming


🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v0.23.0

14 Jul 05:29
225b224
Compare
Choose a tag to compare

🚨Upgrading from older versions

If you are using SigNoz in Kubernetes from v0.22.x and prior, it is recommended to upgrade the CRDs to keep it in sync with ClickHouse cluster. - Docs

New Trace Explorer page

Exploring.the.New.Trace.Explorer.Page.mp4

New Logs Explorer page

Logs.Explorer.Demo_.Visualize.and.Analyze.Logs.Easily.mp4

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: v0.22.0...v0.23.0

v0.22.0

05 Jul 19:51
dba4e00
Compare
Choose a tag to compare

"You can't fix what you can't find."


🚀 Features

🐛 Bug Fixes

🧰 Maintenance

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

21 Jun 19:32
Compare
Choose a tag to compare

"The devil is in the details, but so is the solution."


🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: v0.20.2...v0.21.0

v0.20.2

09 Jun 09:39
Compare
Choose a tag to compare

"When something is important enough, you do it even if the odds aren’t in your favor."
- Elon Musk


Full Changelog: v0.20.1...v0.20.2

What's changed

  • fix: raw query is updated to query #2881

🚀 Features

We have added traces and logs in our query builder. You can find the query builder under the dashboards tab. We also shipped other features based on user feedback.

Trace Query Builder

Query builder is now available for traces in SigNoz. Earlier, you could only query trace data with the help of ClickHouse queries, which were a bit complex to use. With query builder, it's easier to plot charts with a set of dropdowns.

Here's a quick demo of using the query builder on traces.

🍿 Demo - Plot error rate of any service using the Trace Query Builder:

Trace Query Builder​

Log Query Builder

Similarly, query builder is now available for logs data too. You can apply filters like serviceName to view logs of a particular service. You can also apply aggregates and groupBy filters.

Here's a quick demo of using the query builder on logs.

🍿 Demo - Find avg. bytes present in each log based on method type using logs query builder

Log Query Builder​

Query Builder for logs and traces in the Alerts Tab

Query Builder is also available in the Alerts tab now. You can use the query builder to create alerts on traces and logs data. Here's a short video showing how you can access it.

Query Builder for logs and traces in the Alerts Tab​

Correlation from logs to trace and vice-versa

Correlated telemetry signals can help debug applications quickly. While viewing a particular trace, you can now check the related logs and vice-versa.

🍿 Demo - How to use correlation of logs and traces in SigNoz

Correlation from logs to trace and vice-versa​

Error rate added in Key Operations table in Services

We have added Error Rate in the key operations table for services. Error rate is an important metric for key operations in a service, and having it in the table gives our users a quick way to keep a watch on an application's operations.

error_rate_key_ops

Ability to clone panels in dashboards

You can now clone panels in Dashboards tab. This feature will help users to start from existing charts and customize on top of them. Here's a quick video showing how to do it in our dashboards.

Ability to clone panels in dashboards​

Ability to download logs data and share

We have provided the option to download log data in Excel and csv format. You can apply specific filters and download log data to share with your team or clients.

download_logs_data

Shareable URLs in Query Builder

While building customized charts using query builder, you can now share your work in progress with your teammates for them to have a look. Here's a quick video showcasing how to use this feature:

Shareable URLs in Query Builder

Hope you enjoy these features. Feel free to share any feedback by creating github issues.

v0.20.1

08 Jun 07:34
Compare
Choose a tag to compare

Full Changelog: v0.20.0...v0.20.1

What's Changed

  • fix: if condition corrected in aggreagte attribute static fields #2866

v0.20.0

07 Jun 11:27
Compare
Choose a tag to compare

🚨 Please use v0.20.2

What's Changed

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v0.19.0

20 May 21:44
Compare
Choose a tag to compare

"To err is human, to monitor is divine."


🚨Upgrading from older versions

If you have existing alerts/dashboards data from v0.18.x and prior, you would need to migrate them using migration scripts in v0.19. - Docs and see SigNoz/signoz-otel-collector#130

🚀 Features

🍿 Demo

Using the new Trace Query Builder to plot the error percentage of any service

Trace Query Builder

🐛 Bug Fixes

🧰 Maintenance

v0.18.3

26 Apr 12:50
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix(dashboard): dependent variable doesn't update c149181

Full Changelog: v0.18.2...v0.18.3