Skip to content

Releases: SigNoz/signoz

v0.25.3

06 Aug 16:37
Compare
Choose a tag to compare

What's Changed

  • Fix: Logs Pipeline editor UI goes blank when creating first pipeline operator. by @rkssisodiya in #3264
  • fix: tabs is updated by @palashgdev in #3260
  • fix: remove incorrect API request on the logs explorer page by @dnazarenkoo in #3266
  • fix: channels new key is updated by @palashgdev in #3271

New Contributors

  • @rkssisodiya made their first contribution in #3264

Full Changelog: v0.25.2...v0.25.3

v0.25.2

03 Aug 19:01
9aa1fb3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.1...v0.25.2

v0.25.1

02 Aug 19:42
Compare
Choose a tag to compare

"The most dangerous phrase in the language is, 'We've always done it this way.'" - Grace Hopper


🚀 Features

🐛 Bug Fixes

🧰 Maintenance

New Contributors

Full Changelog: v0.25.0...v0.25.1

v0.25.0

29 Jul 11:12
Compare
Choose a tag to compare

What's Changed

  • Table panel support in dashboards
  • Progress in supporting the Services APM with span metrics to support sampling
  • Full-text search in the new logs query builder
  • And many small enhancements and bug fixes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

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.