How to monitor memory available? #10884
-
|
I want to monitor memory usage in relation to total memory This is my input file I am running: When I run:
Is it possible to grab the available memory somehow with fluentbit? |
Beta Was this translation helpful? Give feedback.
Answered by
patrick-stephens
Sep 19, 2025
Replies: 1 comment
-
|
You probably want actual metrics rather than logs as metrics - the node exporter plugin may be better: https://docs.fluentbit.io/manual/data-pipeline/inputs/node-exporter-metrics There's a few other input plugins listed you can consider too so I'd check the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
patrick-stephens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably want actual metrics rather than logs as metrics - the node exporter plugin may be better: https://docs.fluentbit.io/manual/data-pipeline/inputs/node-exporter-metrics
There's a few other input plugins listed you can consider too so I'd check the docs.