Pull Request Explorer

Exploring 136 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore: update sample json in test ai-o11y tewarig S No 4.1h 0.6h Sep 01, 2026

Summary

Chore

Update sample JSON for LLM Observability test

Update sample span JSON to use OpenInference-style attribute keys, ensuring UI reflects real attribute shape. This change improves clarity for users mapping attributes.

Health Assessment

Small
Low
Low
  • Quick, single-issue PR with minimal changes and AI assistance, merged within 4 hours.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore: bumping cloud integration agent version to v0.0.14 swapnil-signoz XS No 14.3h 0.0h Sep 01, 2026

Summary

Chore

Bump cloud integration agent version

Updates the cloud integration agent to the latest patch, ensuring compatibility and security fixes.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, no review needed.

AI Details

Tech Stack

Languages: Go
fix(instrumentation): stop recording promql engine spans srikanthccv M No 3.0h 1.5h Aug 31, 2026

Summary

Bug Fix

Stop recording PromQL engine spans

Eliminates unnecessary PromQL engine tracing, reducing overhead and focusing on critical bottlenecks.

Health Assessment

Medium
Low
Low
  • Fast review and merge cycle, minimal code changes, low risk to production.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Go
perf(clickhouseprometheusv2): skip the series lookup for statically named transpiled units srikanthccv M No 5.6h 5.4h Aug 31, 2026

Summary

Refactor

Performance: Skip series lookup for static transpiled units

Improves query efficiency by eliminating unnecessary series lookup in ClickHouse Prometheus integration, reducing data read overhead.

Health Assessment

Small
Low
Low
  • Quick turnaround with a single commit and minimal review, indicating a straightforward performance tweak.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Go
fix(instrumentation): stop recording promql engine spans srikanthccv XS No 31.1h - Aug 31, 2026

Summary

Bug Fix

Stop recording promql engine spans

Reduces trace noise by filtering out unnecessary promql engine spans, improving observability clarity and performance.

Health Assessment

Small
Low
Medium
  • Quick fix with minimal changes, resolved within a day, indicating low complexity and low risk.

AI Details

Tech Stack

feat(logs): add pinned attributes preference support krsoninikhil S No 144.2h 144.0h Aug 31, 2026

Summary

Feature

Add pinned attributes preference support

Registers a new per-user preference for log details, enabling users to pin attributes across devices.

Health Assessment

Small
Low
High
  • Long review cycle indicates possible bottleneck; small change scope suggests low risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Go
feat(clickhouseprometheusv2): restore fetch budgets on both read paths srikanthccv L No 27.0h - Aug 31, 2026

Summary

Feature

Restore fetch budgets on both read paths

Reinstates limits on data fetched to prevent overload and improve API stability for Prometheus queries.

Health Assessment

Large
Low
Low
  • Single commit with quick turnaround and minimal rework indicates a straightforward enhancement with low risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Go
perf(clickhouseprometheusv2): skip the series lookup for statically named transpiled units srikanthccv M No 27.0h - Aug 31, 2026

Summary

Refactor

Improve performance by skipping unnecessary series lookup

Reduces ClickHouse roundtrips and query load, enhancing system responsiveness for production queries.

Health Assessment

Small
Low
Low
  • Single AI-assisted commit, quick merge, minimal code churn, low risk to production

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Go
fix(prometheus): set NoStepSubqueryIntervalFn to stop promql subquery segfault srikanthccv L AI 1.4h 1.0h Aug 29, 2026

Summary

Bug Fix

Fix PromQL subquery segfault by setting interval

Prevents query-service crashes caused by step-less subqueries, improving system reliability and reducing incident risk for users.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within 1.4 hours, with no rework or additional commits, indicating a straightforward, low-risk bug fix that quickly restored stability.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Go, Python
fix(explorer): guard saved-view URL params against non-JSON values aks07 M No 40.1h 22.0h Aug 28, 2026

Summary

Bug Fix

Guard saved-view URL params against non-JSON values

Prevents explorer crashes by safely parsing URL parameters and adding tests for non-JSON cases, improving reliability for users sharing links.

Health Assessment

Medium
Low
Low
  • The PR resolved a critical crash with minimal code changes and added comprehensive tests, demonstrating efficient issue resolution.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
feat(authz): enable FGA for deployment hosts vikrantgupta25 L No 29.9h 29.6h Aug 27, 2026

Summary

Feature

Enable FGA for deployment hosts

Adds fine‑grained authorization for deployment host endpoints, allowing admins and editors to manage host settings with per‑resource checks.

Health Assessment

Medium
Medium
High
  • The PR involved over 200 lines of code across 11 files and required several iterations, indicating moderate complexity and a need for careful review.

AI Details

Tech Stack

Languages: Go, Typescript, Yaml
fix(query-builder): prevent qb crash on partial queries aks07 M No 22.9h 3.6h Aug 27, 2026

Summary

Bug Fix

Prevent Query Builder Crash on Partial Queries

Ensures the traces explorer remains stable when legacy or incomplete queries are loaded, improving reliability for users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved crash quickly with thorough testing.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
test(service-account): fix flaky ServiceAccountDrawer authz test vikrantgupta25 XS No 4.7h 4.6h Aug 27, 2026

Summary

Bug Fix

Fix flaky ServiceAccountDrawer authz test

Ensures consistent test reliability in CI, preventing false failures and improving developer confidence.

Health Assessment

Small
Low
Low
  • Quick single-commit fix with minimal scope and no back‑and‑forth review rounds.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore(featureflag): make features endpoint open access vikrantgupta25 S No 21.8h 21.3h Aug 27, 2026

Summary

Chore

Make features endpoint open access

Allows all authenticated users to read feature flags, ensuring frontend can load license and flags without blocking.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Go, Yaml
feat(ai-observability): AI o11y explorer tewarig XL No 31.5h 30.6h Aug 26, 2026

Summary

Feature

Add AI Observability Explorer Tab

Introduces an AI‑focused explorer replacing the placeholder, providing list, trace, timeseries, and table views while reusing existing traces code for a consistent user experience.

Health Assessment

Large
Medium
Medium
  • PR added a substantial UI component with a single review cycle, indicating efficient implementation but a moderate review delay.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix: add ai_observability to saved views nityanandagohain M No 41.8h 40.2h Aug 26, 2026

Summary

Bug Fix

Add ai_observability to saved views

Adds ai_observability to saved view for ai explorer

Health Assessment

Medium
Low
Medium
  • PR took ~42 hours to merge with a single review after ~40 hours, indicating moderate review latency but minimal rework.

AI Details

Tech Stack

Languages: Yaml, Typescript, Go, Python
fix: resolve aggregate column for exp histograms before samples table namanv3 XL No 124.8h 100.9h Aug 26, 2026

Summary

Bug Fix

Fix aggregate column for exponential histograms

Corrects query logic for exponential histograms, ensuring accurate metric aggregation and preventing erroneous column usage.

Health Assessment

X-Large
High
High
  • Long review cycle and multiple commits after review indicate significant rework; large code changes suggest high risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Go, Python
feat(explorer): separate same name columns by dataType aks07 M No 20.1h 2.8h Aug 26, 2026

Summary

Feature

Separate same-name columns by data type

Allows users to differentiate columns with identical names but different data types, preventing collisions and improving data exploration accuracy. This enhances the user experience in the explorer by ensuring correct data representation.

Health Assessment

Small
Low
Low
  • The PR was merged within 20 hours with only one review and a single follow-up commit, indicating a smooth process and low complexity.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(traces-qb): resolve scope names to every home they name krsoninikhil M No 31.3h - Aug 25, 2026

Summary

Bug Fix

Resolve scope names to all matching paths

Ensures queries on scope attributes work correctly, eliminating invalid-input errors and improving query reliability for users.

Health Assessment

Small
Medium
Medium
  • Multiple iterations after initial review, but final merge within 31h, indicating moderate review friction but quick resolution.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Go, Python
feat(traces): table migration to tanstack for traces view in traces explorer aks07 XL No 23.2h 4.9h Aug 25, 2026

Summary

Feature

migrate traces view to TanStack table

Enables resizable, reorderable columns and consistent rendering across trace views, improving usability and consistency.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework, indicating a well‑scoped change.

AI Details

Confidence: 0.50

Tech Stack

Languages: Typescript
Frameworks: React
fix: stop prev/next buttons shifting on load aks07 S No 21.3h 3.5h Aug 25, 2026

Summary

Bug Fix

Fix Prev/Next button shift

Removes redundant loader from pagination controls, preventing layout shift on load and improving user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under a day with a single review round.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat(traces): table migration to tanstack for list view in traces explorer aks07 L No 9.3h 7.5h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(logs): allow adding free-typed columns in logs explorer aks07 L No 138.3h 53.2h Aug 24, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(packages): bump @signozhq/ui to 0.1.0 H4ad XL No 44.0h 18.2h Aug 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(charts): support none/normal/percent stacking on TimeSeries and Bar ahrefabhi XL No 27.8h 14.3h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: remove last min trim logic in uplotScaleBuilder tewarig S No 23.1h 22.5h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(serviceaccount): remove deprecated nested role endpoints vikrantgupta25 L No 48.4h 48.0h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(authz): enable FGA for auth domains vikrantgupta25 XL No 47.6h 17.3h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(infrastructure-monitoring): page reset on switch category & page outside total H4ad XL No 311.8h 156.0h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(onboarding): add Grok Build, GitHub Copilot, Serilog, GCP Integration datasources crazyuploader XL AI 35.7h 35.4h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat: support semconv evolution in services srikanthccv L No 314.1h 313.8h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(logs): correct log details timestamp; enable new drawer view aks07 S No 4.5h 4.0h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(logs-infra): body filtering on infra monitoring; enable new drawer view aks07 M No 6.2h 4.6h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(logs): render log details v2 only on the logs explorer route aks07 S No 0.4h 0.1h Aug 19, 2026

LLM analysis pending

This PR has not been analyzed yet.

refactor: adding FunctionName variable in Lambda dashboard swapnil-signoz XL No 11.8h 0.1h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(alertmanager): remove threading from google chat notifier nikhilmantri0902 S No 2.5h 2.2h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(apm): stop the service drilldown crashing on an empty operations list ahrefabhi L No 33.0h 28.4h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(metrics): type-match filter values against the labels JSON read tushar-signoz L No 163.5h 149.2h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat: add override can edit dashboard tewarig S No 27.3h 0.2h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(infrastructure-monitoring): preserving staled params after navigation H4ad M No 21.2h 20.7h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(changelog): make links open in new tab manika-signoz S No 103.9h 102.7h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(log-details): prevent scrollbar click closing log details drawer aks07 XS No 0.4h 0.0h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(log-details): support json view for nested attributes + enable new log details aks07 L No 4.7h 4.2h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore: update dependencies resolution for e2e tewarig S No 7.3h 5.0h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: support for query type in cache fingerprint nityanandagohain M No 1.4h 1.3h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(logs pipelines): default parse_from to body.message under JSON bodies tushar-signoz M No 103.9h 102.8h Aug 18, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat: resolve semantic convention names in trace queries srikanthccv XL No 272.5h 165.8h Aug 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat(serviceaccount): assign roles through the service_account_roles API vikrantgupta25 L No 1.0h 0.8h Aug 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

test(serviceaccount): move role provisioning to the service_account_roles API vikrantgupta25 M No 0.8h 0.7h Aug 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(user): clear role assignments when a user is deleted vikrantgupta25 M No 97.2h 96.6h Aug 17, 2026

LLM analysis pending

This PR has not been analyzed yet.

« Page 2 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