You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, cgroups V1 metrics will report limit information for the memory controller. Under C2, none of the controllers report limits for cgroups, only metrics. If we want this info to appear in the /stats endpoint used by the beats, two things need to happen:
we need to update the cgv2 reporters to fetch the limit values, usually in .max and .high files, for the controllers
update the reporters in report.go, that are used to fetch data for the HTTP /stats endpoint, to actually report those values
The text was updated successfully, but these errors were encountered:
Filed with the help of @miltonhultgren and @axw
Right now, cgroups V1 metrics will report limit information for the memory controller. Under C2, none of the controllers report limits for cgroups, only metrics. If we want this info to appear in the
/stats
endpoint used by the beats, two things need to happen:.max
and.high
files, for the controllersreport.go
, that are used to fetch data for the HTTP/stats
endpoint, to actually report those valuesThe text was updated successfully, but these errors were encountered: