Plotting metrics from OpenTelemetry's Host Metrics Receiver #2548
Replies: 1 comment 1 reply
-
|
I needed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the Host Metrics Receiver configured so that I can query metrics in ClickHouse like:
This displays a table with reasonable values. However, I'm struggling to chart in the Chart Explorer. What I do is:
system.memory.usageAttributes['state'] = 'free'But this plots a bizarre chart with some spikes, whereas the table displays what looks like a "smooth" time series.
Trying the SQL builder with queries such as:
Does not produce anything either.
Probably I'm missing something obvious?
Beta Was this translation helpful? Give feedback.
All reactions