-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
libbeat monitoring cgroup metrics are all zero under Docker #22844
Labels
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Dec 2, 2020
This was referenced Dec 2, 2020
[Stack Monitoring] Use cgroup metrics for Beats and APM Server CPU/memory usage
elastic/kibana#79050
Closed
andresrc
added
the
Team:Services
(Deprecated) Label for the former Integrations-Services team
label
Dec 2, 2020
Pinging @elastic/integrations-services (Team:Services) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Dec 2, 2020
ping @fearful-symmetry |
4 tasks
axw
added a commit
to axw/beats
that referenced
this issue
Dec 4, 2020
When running in Docker, make sure metrics are read from `/sys/fs/cgroup/<subsystem>`, ignoring any paths in `/proc/self/cgroup`. Fixes elastic#22844
axw
added a commit
that referenced
this issue
Dec 10, 2020
* libbeat: override /sys/fs/cgroup paths in Docker When running in Docker, make sure metrics are read from `/sys/fs/cgroup/<subsystem>`, ignoring any paths in `/proc/self/cgroup`. Fixes #22844
4 tasks
axw
added a commit
to axw/beats
that referenced
this issue
Dec 10, 2020
* libbeat: override /sys/fs/cgroup paths in Docker When running in Docker, make sure metrics are read from `/sys/fs/cgroup/<subsystem>`, ignoring any paths in `/proc/self/cgroup`. Fixes elastic#22844 (cherry picked from commit 7e1520f)
Tested with BC 4 on cloud staging and linux outside of docker. Values were populated and reported. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Running a beat (in this case, apm-server) under Docker with monitoring enabled, the beat records cgroup-related metrics but they are all zero.
I think this is the same issue that ES fixed in elastic/elasticsearch#22757
The text was updated successfully, but these errors were encountered: