Hi,

On 11/27/20 7:18 AM, Bharathwaj Shankar wrote:
I can see various metrics in promethus,basically in which unit it is calculated?

As per the official documentations, all values should be in base units. That would be Bytes:
https://prometheus.io/docs/practices/naming/#base-units

This should usually be documented using the _bytes suffix in the metric names.

However, technically Prometheus does not have a concept of units. Prometheus just stores the numbers. It's up to the exporters to provide sane values and up to the visualizations (e.g. Grafana dashboards) and rules to make sense of it.

Kind regards,
Christian

--
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/3a3a621f-5b33-7ca8-c14d-5622bb64acf7%40hoffmann-christian.info.

Reply via email to