hyperdx
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.
1. is there a way to limit the logs data let say i want to delete all the logs older than 1 month 2. Also, would it be possible to...
is there any config or env to change query timeout? i always got query timeout if the query more than 60s. but if i tested the query direct to clickhouse,...
For now, HyperDX node SDK seems to use `EXPRESS_SESSION_SECRET` and `USAGE_STATS_ENABLED` To avoid collisions with other libs which might use similar generic name, perhaps they should be prefixed with `HDX_`?...
I do a local dev setup, and I'd like to have the generated dev API key to be configurable, so that if I destroy my container and recreate it, I...
As the project is a monorepo, we should [consolidate all dependencies](https://nx.dev/blog/managing-ts-packages-in-monorepos): **Benefits of consolidating dependencies:** - Enforced single version: Ensures all projects use the same version of a dependency, preventing...
As shown in the figure, I can see the data return for this URL (/robot/client/token) from the browser console, but it is not shown in the aggregation chart. In fact,...
I selected the duration column to show in table and now duration showing as body and body as duration
As you can see i am sending the struct as JSON but in Hyperdx `foo` shows empty so how to send JSON data ? ```go // create new logger with...
Please add an option to display values with appropriate units—for example milliseconds, bytes, kilobytes, and percentages—in dashboards. Raw numbers without units make latency, size, or error-rate metrics hard to read....
for now, the search syntab is something strange. full text search: - service, hasTokenCaseInsensitive(Body, 'service') - service*, ilike(Body, 'service%') field search: - service:a, service ilike '%a%' the field search is...