hyperdx can't show gauge metrics on large tables
@knudtty is already working on this.
Since Dec 12, 2025.
- Dominant language
- TypeScript
- Stars
- 9.9k
- Forks
- 471
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 117
Description
HyperDX cannot display metrics (tested with Gauge only) if the table is large.
I have a standard setup:
otel agent -> otel aggregator -> clickhouse -> hyperdx
I've created 2 identical DBs: o11y and otel with the same set of standard clickstack tables.
The difference is only the size:
And now, if I set o11y DB in HyperDX i can see only Sum and Histograms:
even specifying an explicit metric name doesn't work.
But if I switch to otel DB everything works fine - i see a lot of gauge metrics:
So, the question is it is expected and if so, how to deal with large tables?
I'm using HyperDX 2.8.0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.