Relative Content

Tag Archive for prometheus

Prometheus CPU load of custom stats

I have pack of stats which I’m receiving over module that exports VPP stats to Prometheus – this is a vector in prometheus terms and measured in nanosecs (I think) that was spend on some operation.
Prom screenshot 1

prometheus recording rule naming guideline when too many labels are exposed

Let us suppose we have recording rule with the expr exposing labels from a,b,c,….z.
Is it recommended to create the recording rule with name a_b_c_..............._z:istio_requests:rate5m? Is there a guideline arround the number of labels to be placed in level section of the rule name. (prometheus docs recommended format level:metric:operations)