Pull Request Explorer

Exploring 136 PRs. Want this for your team? Start Free Trial
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

Summary

Bug Fix

Revert querier last_observed stats latency issue

Reverts a change that caused latency due to an unindexed column, restoring performance.

Health Assessment

Small
Low
Low
  • Quick revert resolved performance issue with minimal changes.

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

Summary

Bug Fix

Recover 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
  • PR required multiple commits and tests to address legacy data migration, but review was quick and cycle time moderate, indicating a focused but non-trivial fix.

AI Details

Tech Stack

Languages: Go
feat(alert-channel-integrations): improve the existing go tests nikhilmantri0902 L No 50.1h 44.8h Aug 14, 2026

Summary

Refactor

Improve 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
  • The PR required a single review round with significant changes to test logic, leading to a 50‑hour cycle time. The large number of lines modified indicates substantial refactoring of test suites, but the focus on test reliability keeps risk low.

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

Summary

Feature

Move 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
  • The PR had a moderate review cycle with a single commit after review, indicating straightforward changes. The moderate scope and single review round suggest low risk.

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

Summary

Bug Fix

Fix 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
  • The review cycle took over a day, but the change was small and required only one iteration, indicating low complexity.

AI Details

Tech 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

Summary

Bug Fix

Warn 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
  • Single review and commit, minimal changes, low risk; slow cycle due to long initial wait before review.

AI Details

Tech 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

Summary

Bug Fix

Restructure 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
  • The PR had a long cycle time and review time, with significant rework and many changes, indicating high complexity and potential risk.

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

Summary

Refactor

Refactor 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
  • The PR had a long cycle time and delayed first review, indicating a bottleneck in the review process. Despite a single commit, the large code change size suggests significant impact on the codebase.

AI Details

Tech Stack

Languages: Go, Python
fix(user): revoke sessions on password reset vikrantgupta25 XS No 24.6h 24.2h Aug 13, 2026

Summary

Bug Fix

Revoke 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
  • Single commit with quick review and minimal changes indicates a low‑risk, straightforward bug fix.

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

Summary

Feature

Add chart description to infrastructure monitoring

Adds concise chart summaries to improve clarity for users monitoring infrastructure metrics.

Health Assessment

Medium
Low
High
  • Long review cycle indicates a bottleneck; single commit and approval suggest a straightforward UI enhancement with minimal risk.

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

Summary

Refactor

Remove v1 infra-monitoring endpoints and code

Eliminates legacy API endpoints, reduces codebase size, improves maintainability and security.

Health Assessment

X-Large
Medium
Low
  • Cleaned up legacy infra‑monitoring code, removing ~8.2k lines and 20 files, with a quick review and merge. The change reduces technical debt and potential security surface area.

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

Summary

Chore

Remove 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
  • Fast merge with minimal review time; AI assistance accelerated removal of legacy endpoints, but large code churn introduces moderate risk to API consumers.

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

Summary

Bug Fix

Fix 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
  • The PR took over five days to merge, with a long initial review delay and significant code additions, indicating high review friction and potential complexity.

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

Summary

Bug Fix

Fix 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
  • Resolved in under 2 hours with a single commit and no rework, indicating a straightforward UI fix.

AI Details

Tech Stack

fix(logs): stringify body_v2 in the v3 logs select tushar-signoz S No 17.5h 2.3h Aug 13, 2026

Summary

Bug Fix

Stringify 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
  • Quick fix with minimal changes resolved log filtering errors, improving reliability for log queries.

AI Details

Tech Stack

Languages: Go
feat(trace-details): add analytics events to span percentile flow aks07 M No 0.9h 0.2h Aug 13, 2026

Summary

Feature

Add 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
  • Rapid review and merge indicate a straightforward change with minimal risk.

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

Summary

Bug Fix

Fix namespace utilization calculation

Corrects the utilization percentage calculation for namespace monitoring, ensuring accurate visibility into resource usage for operators.

Health Assessment

Small
Low
Low
  • Small change with a single review, but long cycle time likely due to scheduling or PR backlog rather than code complexity.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Quick review and merge within 22 hours, minimal rework, straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
chore(deps): bump clickhouse-sql-parser to v0.5.6 therealpandey S No 0.9h 0.0h Aug 12, 2026

Summary

Chore

Bump 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
  • Quick dependency update with minimal changes and immediate merge, indicating low risk and efficient process.

AI Details

Tech Stack

Languages: Go
refactor(qb): build IN as an OR of equalities tushar-signoz M No 45.6h 15.2h Aug 12, 2026

Summary

Refactor

Refactor 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
  • The PR was reviewed and merged within two days, indicating a straightforward change with minimal risk and low review friction.

AI Details

Tech Stack

Languages: Go, Python
feat(frontend): register search() as a query builder function tushar-signoz M No 23.9h 22.5h Aug 12, 2026

Summary

Feature

Add 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
  • PR completed in under a day with a single review round and minimal rework, indicating efficient collaboration.

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

Summary

Test

Remove 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
  • Fast review cycle with minimal friction; large test suite refactor to drop legacy endpoints, improving test reliability.

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

Summary

Chore

Regenerate 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
  • The PR required over two days to merge with a single review, indicating a slow review process. The large amount of generated code suggests a significant change, but no functional changes were made.

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

Summary

Feature

Resolve 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
  • PR had a single review comment from Copilot, minimal rework, moderate review time.

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

Summary

Bug Fix

Fix 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
  • Resolved in under 5 hours with a single commit, indicating a straightforward fix.
  • Minimal code changes and quick review suggest low complexity and low risk.

AI Details

Tech Stack

Languages: Go
feat: adding mysql GCP service swapnil-signoz XL No 19.6h 0.2h Aug 12, 2026

Summary

Feature

Add GCP MySQL integration

Adds MySQL service integration for GCP, enabling dashboards and API support.

Health Assessment

Large
Medium
Low
  • Fast review and minimal rework indicate a well-scoped feature addition.

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

Summary

Feature

Filter empty field names in selector

Improves field selector by removing options lacking names, enhancing user experience.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal rework, indicating a straightforward change with no major blockers.

AI Details

Tech 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

Summary

Bug Fix

Remove 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
  • The PR had a long cycle time and delayed first review, indicating low priority or integration complexity. Multiple merges and a large code change suggest significant rework and potential risk to production.

AI Details

Tech Stack

Languages: Go, Python
fix(sentry): drop benign cancellation errors from reporting on sentry aks07 XS No 0.4h 0.0h Aug 12, 2026

Summary

Bug Fix

Drop 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
  • Merged within 0.4 hours with no review delays, indicating a straightforward, low‑risk change.

AI Details

Tech 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

Summary

Bug Fix

Fix 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
  • Fast cycle time and minimal rework indicate a straightforward bug fix with quick review.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
« Page 3 of 3

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos