Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| test(qb): de-flake the recent searches dropdown | tewarig | M | No | 0.7h | 0.4h | Aug 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| refactor(infrastructure-monitoring): always represent IO as binBps instead of bytes for hosts | H4ad | XS | No | 285.4h | 176.3h | Aug 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| chore: dependencies update resolutions | tewarig | L | No | 1.4h | 1.1h | Aug 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| fix(infrastructure-monitoring): do not overflow outside table for large error message | H4ad | XS | No | 266.8h | 158.6h | Aug 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| feat(logs): render DataViewer with filter/group-by actions in log details overview | aks07 | XL | No | 279.2h | 187.1h | Aug 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| fix: add history replace in trace detail | tewarig | S | No | 299.8h | 0.4h | Aug 17, 2026 |
|
LLM analysis pending This PR has not been analyzed yet. |
||||||
| Revert "fix(querier): use collector-stamped insert time for last_observed stats" | krsoninikhil | S | No | 3.8h | 1.7h | Aug 14, 2026 |
SummaryBug FixRevert querier last_observed stats latency issue Reverts a change that caused latency due to an unindexed column, restoring performance. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Go
|
||||||
| fix(saved-views): recover legacy-shaped selectedFields entries | krsoninikhil | L | No | 25.6h | 1.6h | Aug 14, 2026 |
SummaryBug FixRecover legacy selectedFields entries in saved views Fixes a data migration bug that caused legacy formatted selectedFields to be read as empty, restoring correct UI behavior for saved views. Health Assessment
Large
Medium
Medium
AI DetailsTech Stack
Languages:
Go
|
||||||
| feat(alert-channel-integrations): improve the existing go tests | nikhilmantri0902 | L | No | 50.1h | 44.8h | Aug 14, 2026 |
SummaryRefactorImprove alert channel integration tests Enhances reliability and clarity of alert channel tests by enforcing proper error handling and guard checks, reducing false positives and improving test robustness. Health Assessment
Large
Medium
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| feat: move out of using monaco cdn to using monaco from node modules | aks07 | M | No | 63.2h | 43.4h | Aug 14, 2026 |
SummaryFeatureMove from Monaco CDN to Node Modules Replaces CDN-based Monaco editor with a local node module to avoid CDN blocking, ensuring reliable editor loading for all users. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(logs pipelines): preview logs with the body the collector sees | tushar-signoz | M | No | 47.4h | 34.5h | Aug 13, 2026 |
SummaryBug FixFix preview logs to match collector behavior Ensures preview logs reflect the same normalization applied by the collector, aligning preview with production behavior and reducing confusion for users. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Go
|
||||||
| fix(metrics): warn when a filtered label is missing from metadata | tushar-signoz | S | No | 88.0h | 0.1h | Aug 13, 2026 |
SummaryBug FixWarn when filtered label missing from metadata Adds warning for unknown metrics label filters, improving user visibility and preventing silent failures. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go, Python
|
||||||
| fix(authtypes): restructure auth domain payload into a kind/spec envelope | therealpandey | XL | No | 125.9h | 113.7h | Aug 13, 2026 |
SummaryBug FixRestructure Auth Domain Payload to Kind/Spec Envelope Reformats authentication domain payloads into a discriminated kind/spec envelope, updating API endpoints and migrating existing data. This improves type safety, reduces breaking changes, and streamlines SSO integration management. Health Assessment
X-Large
High
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Go, Typescript
Frameworks:
React
|
||||||
| refactor(metrics): alias group-by columns positionally like logs and traces | tushar-signoz | XL | No | 141.7h | 106.9h | Aug 13, 2026 |
SummaryRefactorRefactor metrics group‑by column aliasing Ensures metric queries avoid column name collisions, preventing query failures and improving reliability for downstream analytics. Health Assessment
Large
High
High
AI DetailsTech Stack
Languages:
Go, Python
|
||||||
| fix(user): revoke sessions on password reset | vikrantgupta25 | XS | No | 24.6h | 24.2h | Aug 13, 2026 |
SummaryBug FixRevoke sessions on password reset Ensures that resetting a password via a reset token invalidates all existing sessions, improving security and preventing unauthorized access. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| feat(infrastructure-monitoring-details): add chart description | H4ad | M | No | 183.2h | 179.2h | Aug 13, 2026 |
SummaryFeatureAdd chart description to infrastructure monitoring Adds concise chart summaries to improve clarity for users monitoring infrastructure metrics. Health Assessment
Medium
Low
High
AI Details
Confidence:
0.30
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(infra-monitoring): remove v1 infra-monitoring endpoints and any dangling code | nikhilmantri0902 | XL | No | 14.9h | 1.0h | Aug 13, 2026 |
SummaryRefactorRemove v1 infra-monitoring endpoints and code Eliminates legacy API endpoints, reduces codebase size, improves maintainability and security. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Go, Typescript
|
||||||
| chore(user): remove deprecated user endpoints | vikrantgupta25 | XL | No | 23.4h | 22.5h | Aug 13, 2026 |
SummaryChoreRemove deprecated user endpoints Eliminates legacy user API routes, streamlines the API surface, and updates docs and client SDKs, reducing maintenance overhead and encouraging use of newer endpoints. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Go, Typescript, Python
|
||||||
| fix(translate): do not crash on use google translate | H4ad | XL | No | 132.9h | 132.5h | Aug 13, 2026 |
SummaryBug FixFix translation crash in app Adds ESLint rules and a runtime shim to prevent crashes when Google Translate is enabled, improving stability for users. Health Assessment
Large
High
High
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript, Javascript, Yaml
Frameworks:
React
|
||||||
| fix(query-builder): let tag add-on fields grow instead of spilling their tags | ahrefabhi | XS | No | 1.3h | 1.0h | Aug 13, 2026 |
SummaryBug FixFix query builder tag overflow Corrects UI bug where tags spill over in the query builder, improving user experience and preventing visual clutter. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix(logs): stringify body_v2 in the v3 logs select | tushar-signoz | S | No | 17.5h | 2.3h | Aug 13, 2026 |
SummaryBug FixStringify body_v2 for v3 logs Corrects log filtering for v3 logs by stringifying body_v2, enabling accurate queries and preventing errors. This improves reliability for users querying logs. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| feat(trace-details): add analytics events to span percentile flow | aks07 | M | No | 0.9h | 0.2h | Aug 13, 2026 |
SummaryFeatureAdd analytics events to span percentile widget Enables product analytics tracking for span percentile widget interactions, improving insight into user engagement and feature usage. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(infrastructure-monitoring-namespaces): wrong division for available/desired and use lastest instead of avg | H4ad | XS | No | 176.4h | 15.9h | Aug 13, 2026 |
SummaryBug FixFix namespace utilization calculation Corrects the utilization percentage calculation for namespace monitoring, ensuring accurate visibility into resource usage for operators. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(onboarding): list multi-signal data sources under every signal they support | revmag | S | No | 22.2h | 2.0h | Aug 13, 2026 |
SummaryBug FixFix onboarding data source multi-signal listing Ensures data sources appear under all relevant signal categories, improving discoverability for users during onboarding. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| chore(deps): bump clickhouse-sql-parser to v0.5.6 | therealpandey | S | No | 0.9h | 0.0h | Aug 12, 2026 |
SummaryChoreBump clickhouse-sql-parser dependency Updates the ClickHouse SQL parser to v0.5.6, adding support for parenthesized set operations and documenting remaining gaps. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| refactor(qb): build IN as an OR of equalities | tushar-signoz | M | No | 45.6h | 15.2h | Aug 12, 2026 |
SummaryRefactorRefactor query builder IN handling Improves the query builder to handle IN/NOT IN by delegating each value to scalar comparison logic, fixing 500 errors on JSON body queries and ensuring consistent SQL generation across logs, traces, and audit telemetry. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Go, Python
|
||||||
| feat(frontend): register search() as a query builder function | tushar-signoz | M | No | 23.9h | 22.5h | Aug 12, 2026 |
SummaryFeatureAdd search() function to query builder Enables users to search logs using a new search() function, improving query flexibility and reducing friction in log analysis. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| test(integration): drop the deprecated user endpoints from the suite | vikrantgupta25 | XL | No | 1.9h | 1.6h | Aug 12, 2026 |
SummaryTestRemove deprecated user endpoints from integration tests Aligns integration tests with current v2 APIs, eliminating legacy endpoint usage and reducing maintenance overhead. Health Assessment
X-Large
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| chore(frontend): regenerate ANTLR parser with search() support | tushar-signoz | XL | No | 51.7h | 51.4h | Aug 12, 2026 |
SummaryChoreRegenerate ANTLR parser with search support The frontend parser now supports the search() function, allowing users to perform search queries in the UI. This aligns the frontend with backend capabilities and improves user experience. Health Assessment
X-Large
Medium
High
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Shell
|
||||||
| feat(logs-explorer): resolve body json fields in logs table columns | aks07 | M | No | 43.8h | 26.0h | Aug 12, 2026 |
SummaryFeatureResolve JSON fields in logs table columns Adds ability to display nested JSON log body fields in the logs explorer table, improving visibility for use_json_body tenants. Health Assessment
Medium
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(logs): return the JSON body from v3 query_range | tushar-signoz | M | No | 4.2h | 2.0h | Aug 12, 2026 |
SummaryBug FixFix logs JSON body in v3 query_range Restores full JSON log bodies for v3 endpoint, ensuring accurate data for tenants using JSON bodies and maintaining client compatibility. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| feat: adding mysql GCP service | swapnil-signoz | XL | No | 19.6h | 0.2h | Aug 12, 2026 |
SummaryFeatureAdd GCP MySQL integration Adds MySQL service integration for GCP, enabling dashboards and API support. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Yaml, Typescript, Go
|
||||||
| feat: filter fields with no name in field selector | aks07 | S | No | 19.9h | 19.7h | Aug 12, 2026 |
SummaryFeatureFilter empty field names in selector Improves field selector by removing options lacking names, enhancing user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(promql): remove NaN and Inf values from PromQL query range response | namanv3 | L | No | 191.9h | 191.6h | Aug 12, 2026 |
SummaryBug FixRemove NaN and Inf from PromQL responses Filters out non‑finite values from PromQL query results, eliminating cache corruption and downstream errors. Health Assessment
Large
High
High
AI DetailsTech Stack
Languages:
Go, Python
|
||||||
| fix(sentry): drop benign cancellation errors from reporting on sentry | aks07 | XS | No | 0.4h | 0.0h | Aug 12, 2026 |
SummaryBug FixDrop benign cancellation errors from Sentry This change reduces noise in Sentry by filtering out non‑critical monaco cancellation errors, improving alert relevance. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(service-map): stop the resource attribute filter bar from clearing | ahrefabhi | L | No | 2.3h | 1.1h | Aug 12, 2026 |
SummaryBug FixFix resource attribute filter bar clearing The Service Map filter bar no longer clears unexpectedly, maintaining user-selected filters across routes. This improves usability and reduces confusion when navigating between Service Map and Services tabs. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||