cloudfoundry / docs-loggregator

Apache License 2.0
3 stars 34 forks source link

Incomplete documentation #76

Closed haraldfuchs closed 1 year ago

haraldfuchs commented 1 year ago

The documentation of container metrics states:

absolute_entitlement The amount of CPU time that a Diego Cell has allocated to an app instance.

and

absolute_usage The CPU time that an app instance has used.

This lacks the time unit of the numerical values - I guess it's nanoseconds.

cf-gitbot commented 1 year ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

rroberts2222 commented 1 year ago

Hi @haraldfuchs, That is correct. The absolute_entitlement and absolute_usage metrics both use nanoseconds.

anita-flegg commented 1 year ago

Added to the doc in branches master and 22.0. These metrics don't appear to exist before then.