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

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...

dependencies
javascript

### Problem Currently, Changing the SERVER_URL requires to rebuild the frontend app image, and push it to a container registry. This isn't usually a problem for a client application, but...

Allow to set custom healthcheck endpoint path, add healthcheck to app app endpoint is a bit tricky via middleware. Not sure is there is an another way to use env...

Currently, HyperDX provides an API endpoint for querying aggregated chart data (`/api/v1/charts/series`), but there's no direct way to search for individual log entries using a query via the API. I...

Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.2.10. Release notes Sourced from next's releases. v14.2.10 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...

dependencies
javascript

As the title states, the service dashboard error rate chart is using http.scheme as a filter, however newer implementations of OpenTelemetry will use url.scheme. This is the query used in...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

* Adds support for auto-openapi doc generation * Adds a swagger route for local development * Adds a script to manually generate the openapi doc (to be used later if...

* Adds routes and tests for alerts and dashboards * Adds tests for v2 `/` Ref: HDX-1649 Ref: HDX-1650