elastic / elastic-agent-system-metrics

Apache License 2.0
0 stars 22 forks source link

Check for nil hostfs option while setting up cgroups #131

Closed fearful-symmetry closed 4 months ago

fearful-symmetry commented 4 months ago

What does this PR do?

This fixes a small bug where if opts.RootfsMountpoint isn't set when we call NewReaderOptions(), it can cause a panic.

Why is it important?

We don't want panics.

Checklist