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.
Hi, I'm trying to run Hyperdx in standalone mode (hyperdx and otel-collector only, mongo&CH are self-hosted). As per https://clickhouse.com/docs/en/use-cases/observability/clickstack/ingesting-data/otel-collector#creating-an-ingestion-user we need only following grants: `GRANT SELECT, INSERT, CREATE TABLE, CREATE...
Some messsages contains quotes, and it cannot be opened because the query can't find it. The query looks like below. A commented part queries non-existent data. Btw, might be better...
…e scans fixes: #1036
I'm trying to add the oRPC otel instrumentation, and this is the error I get: (reproduction: https://stackblitz.com/edit/github-g6ebf2ns?file=package.json,src%2Finstrumentation.ts)
the log level filter color codes each log level like so: but the log level when rendered within individual log lines does not consistently match the filter colors. errors and...
The HyperDX frontend sends logs and traces of itself to otlp collector endpoint: https://github.com/hyperdxio/hyperdx/blob/56fd856d7a839a28560e1a59d1d74cc52499f2f6/packages/app/pages/_app.tsx#L78-L86 It would be nice to have the ability to customize the parameters or to disable it.
Add a Share button that generates a shortened URL for the current view to make sharing with teammates easier and cleaner. This would also align with the common UX found...
I assume that the duration to keep the data is a setting in ClickHouse which is not "immediate" to change... possibly we could at least create an env var when...
I guess the INGESTION_KEY is not really a secret because it leaks in the frontend. Perhaps we could have multiple INGESTION_KEYs, with eg different rate-limits, etc so our own backend...
currently i'm facing issue can't get value from ServiceName column (empty string or null) for otel_logs table, but for trace & metrics table, the value is appear.[i use this config](https://www.hyperdx.io/docs/install/kubernetes#creating-the-daemonset-configuration)...