v0.136.1
SigNoz/signozv0.136.1Aug 5, 2026by github-actions[bot]
AI Summary
A maintenance update that removes dead code from the infrastructure monitoring module and fixes JSON parser logic issues.
Key Highlights
- Removed dead code of v1 in infrastructure monitoring.
- Fixed local sample table usage in custom queries.
- Resolved JSON parser logic issues.
New Features
- Use local sample tables in custom queries in metric-reduction-feature path
- Remove if condition for json parser
Full Release Notes
# What's Changed * refactor(infrastructure-monitoring): remove dead-code of v1 (#12415) @H4ad ## 🚀 Features * fix(infra-monitoring): use local sample tables in custom queries in `metric-reduction-feature` path (#12413) @nikhilmantri0902 ## 🐛 Bug Fixes * fix(infra-monitoring): use local sample tables in custom queries in `metric-reduction-feature` path (#12413) @nikhilmantri0902 * fix: remove if condition for json parser (#12407) @nityanandagohain