·
1 commit
to refs/heads/main
since this release
What's Changed
Warning
Metrics names and labels normalization has been removed in this release. Going forward, you will see non-normalized metrics only. This is not a concern if you are a new user. If you are an existing user, you need to take steps to migrate the SQLite data that contains the dashboards and alerts, and ClickHouse data if you want to convert the old data retained for longer periods. Detailed steps are mentioned here: https://signoz.io/docs/operate/migration/upgrade-0.88. Leave any comments here: #5975
🚀 Features
- feat(sqlschema): add sqlschema (#8384) @grandwizard28
- feat(statsreporter): add railway platform detection (#8467) @Nageshbansal
🐛 Bug Fixes
- fix(apdex): use right metric name for metadata (#8463) @srikanthccv
- fix: allowed user to select text in json body field in log details (#8450) @sawhil
- fix: trace details v2 ui bugs (#8448) @sawhil
- fix(users): skip sending email if frontend base url is not set (#8459) @grandwizard28
- fix: resolve ui full reload on auto-refresh (#8383) @amlannandy
- fix(memorycache): add a cloneable interface (#8414) @grandwizard28
- fix: simplify changelog fetching logic and enhance version display interactivity (#8432) @ahrefabhi
- fix: add DOT_METRICS_ENABLED and remove clickhousemetricswrite (#8461) @Nageshbansal
🧰 Maintenance
- chore(release): bump SigNoz to v0.89.0 (#8482) @Primus-bot
- chore: only log telemetry query for explorer, rule and dashboard pages (#8464) @makeavish
- chore: fix metrics explorer events (#8411) @amlannandy
- chore: use {k8s.pod/k8s.node/container}.cpu.usage metric for metadata… (#8398) @srikanthccv
- chore: fix regex issue in route tab (#8440) @amlannandy
- chore: added preloaded metrics metadata at first api call (#8229) @aniketio-ctrl
- chore: fix metrics explorer events (#8411) @amlannandy
- chore: fix regex issue in route tab (#8440) @amlannandy
- chore: fix small typo error in docs (#8458) @0xflotus