Should the metric kubernetes.io.write_bytes
be a Counter instead of a Gauge or Rate?
#16414
Unanswered
jmfernandezalba
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been checking the implementation of the
kubernetes.io.write_bytes
and it seems the metric is being obtained from the cAdvisor metric namedcontainer_fs_writes_bytes_total
, according to this code:However, I see two things I don't understand:
rate
, but the documentation reports it asgauge
, as shown in this doc and this doc. Why is this discrepancy?I'm really confused about all the different metric types in the different places and I don't know if this is just a mistake or there is an explanation. Can anybody help me to understand it?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions