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

Allow encoding all unknown cgroups as a single item #460

Open
bobrik opened this issue Aug 12, 2024 · 0 comments
Open

Allow encoding all unknown cgroups as a single item #460

bobrik opened this issue Aug 12, 2024 · 0 comments

Comments

@bobrik
Copy link
Contributor

bobrik commented Aug 12, 2024

Currently short lived cgroups can create many items:

ebpf_exporter_cgroup_rstat_flush_seconds_sum{cgroup="unknown_cgroup_id:2196562",level="2"} 224
ebpf_exporter_cgroup_rstat_flush_seconds_sum{cgroup="unknown_cgroup_id:2196598",level="2"} 305
ebpf_exporter_cgroup_rstat_flush_seconds_sum{cgroup="unknown_cgroup_id:2196670",level="2"} 172
ebpf_exporter_cgroup_rstat_flush_seconds_sum{cgroup="unknown_cgroup_id:2196706",level="2"} 167
ebpf_exporter_cgroup_rstat_flush_seconds_sum{cgroup="unknown_cgroup_id:2196742",level="2"} 210

It might be good to allow these to be collapsed into one uknown_cgroup to keep cardinality in check.

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

No branches or pull requests

1 participant