hyperdx icon indicating copy to clipboard operation
hyperdx copied to clipboard

Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.

Results 190 hyperdx issues
Sort by recently updated
recently updated
newest added

Some suggestions: - being able to collapse all children spans of a trace - being able inside the trace view to apply some filter to only see the spans that...

feature

HyperDX: 2.0.2 As the title says, the "Get Started" section on left-hand sidebar cannot be removed/hidden.

Frontend

Bumps [validator](https://github.com/validatorjs/validator.js) from 13.15.0 to 13.15.20. Release notes Sourced from validator's releases. 13.15.20 Fixes, New Locales and Enhancements #2556 isMobilePhone: add ar-QA locale @​WardKhaddour #2576 isAlpha/isAlphanuneric: add Indic locales (ta-IN,...

dependencies
javascript

At the moment the only option to login to the UI is creating a user with password. It would be great to have other options like OIDC (to plug-in with...

ClickHouse: 25.5.4.38 HyperDX: 2.0.2 The "Surrounding Context" tab for a log entry results in a message: ``` Error loading results, please check your query or try again. Value nan cannot...

bug

HyperDX UI automatically parses JSON strings in the `StatusMessage` column but fails to generate proper ClickHouse queries when users attempt to filter on nested JSON fields through the `Search for...

bug
app
v2
Improvement

Currently, if you select data with 1-minute granularity, the WHERE conditions for time buckets do not respect the selected granularity. For example, when choosing 1m granularity, it does not select...

Improvement

Implements the ability to duplicate dashboards from the options dropdown menu. Closes #1253 ## Changes - Backend: Add duplicateDashboard controller function - Backend: Add POST /dashboards/:id/duplicate API endpoint - Frontend:...

Be able to make a copy of an existing dashboard. Should exist in our […] options dropdown. * Do not copy existing alerts tied to dashboard tiles * Make sure...

Hi, in dynamic fields there could be identifier like `log.ctxt.request.Symfony\Component\HttpFoundation\Request` (real world example from php logs). Search query will be `toString(log.ctxt.request.Symfony\Component\HttpFoundation\Request)=` and backend will return 400 Bad request complaining about...