Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in_mem_metrics: initial documentation. #1170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pwhelan
Copy link
Contributor

@pwhelan pwhelan commented Jul 26, 2023

This adds documentation for the new in_mem_metrics plugin: fluent/fluent-bit#7615.

This adds documentation for the new `in_mem_metrics` plugin: fluent/fluent-bit#7615.

Signed-off-by: Phillip Whelan <phil@calyptia.com>
@pwhelan pwhelan self-assigned this Jul 26, 2023
@pwhelan
Copy link
Contributor Author

pwhelan commented Jul 26, 2023

@patrick-stephens should I add a specific example for using docker to log metrics for kubernetes nodes?

@patrick-stephens
Copy link
Contributor

@patrick-stephens should I add a specific example for using docker to log metrics for kubernetes nodes?

I don't really understand so probably :)

Although why would you use it over node exporter, kubelet metrics, etc. is probably the main question I'd have? Be good to have an example of what it provides in addition.

@pwhelan
Copy link
Contributor Author

pwhelan commented Jul 26, 2023

Although why would you use it over node exporter, kubelet metrics, etc. is probably the main question I'd have? Be good to have an example of what it provides in addition.

The main reason to use it over those options is granularity. This plugin grabs the memory usage of each individual process and various different types, ie: shared, etc... If you want to be able to correctly diagnose which process is actually leaking this would be what you need to be able to discern that correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants