Is is possible to rewrite a prometheus metric type during scraping?
I have a prometheus endpoint that is exposing some metrics with TYPE untyped
, I need to scrape those as type GAUGE
.
Prometheus API to run this expression
To check if a systemd service is up and running, I am using below expression in prometheus console/UI:
Restarting the client reporting data to Prometheus causes metrics to reset to 0, but why do some metrics suddenly increase without reporting data?
Restarting the client reporting data to Prometheus causes metrics to reset to 0, but why do some metrics suddenly increase without reporting data?
prometheus: how to get service status and other metadata
I have few spring boot applications running, Say:
Prometheus INFO metrics with recording rules
How to generate custom INFO metrics with recording rules?
Issue when using scrape_config_files parameter with Prometheus configuration
The following is a sanitized version of the job configuration for scraping the endpoint of a Sybase monitoring instance.
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.
Prometheus get received/sent http request count
is it possible prometheus to get received/sent http total?
How to retain more data in prometheus
I’ve started Prometheus with
--storage.tsdb.retention.time=30d
and --storeage.tsdb.retention.size=200GB
. If I check the status
page, I see
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
)