Category "prometheus"

Adding metrics on external services with aioprometheus

I'm trying to add metrics on external services with aioprometheus in an app built with FastAPI. Here is a simplified example of what I'm trying to achieve. Say

Can I create an alert in Prometheus when a value is outside of an range of previous values?

I want to monitor spring batches. To do that I have set up metrics in the source code and send them via a PushGateway to Prometheus. In Prometheus I want to set

How independently import files in values.yaml

I'm using the prometheus stack project to implement via helm with kubernetes, but I would like to customize some rules. I'm trying to use the additionalPromethe

Prometheus Node_Exporter missing power stats

I am trying to get the power supply stats off a containerized node exporter(Run on docker with wordpress,SQL,prometheus, cadvisor & grafana). On windows(Lap

Micrometer and Prometheus registry scrape

Looking at Micrometer, I get the idea that the whole idea is the use the Metrics e.g. classes from "io.micrometer.core.instrument" (because it's a facade) and i

Export metrics of ClearML to Prometheus and show them in Grafana

Are there any metrics I can get from the API server? or any docker image I can point to the backend and get some metrics? Most important is the see how many tas

Prometheus and grafana

enter image description hereenter image description here what is the meaning of the current user and OS processes?

Can't figure out how to change Prometheus content type header

So my metrics all appear in one line at my end-point, not in new line per metric. I use micrometer, spring, prometheus and scala. My controller: @RequestMapping

Prometheus scrapes particular microservice metrics from several containers in Docker Swarm

I'm using Grafana and Prometheus in a Docker swarm environment. I've set up docker-compose.yml and prometheus.yml to scrape metrics from node-exporter and micro

PromQL: Filter time series based on presence of recent metrics

In general my question is, how can I filter time series to only those that have a recent metric recorded? This specific case of this problem is this: I'm trying

PromQL in /graph returning no result for any metric

Whenever I query any basic metric like http_requests_total on prometheus's /graph page, I get zero results in return. I checked the /targets page. All the endpo

Azure k8s HPA on custom metric

I am trying to achieve HPA on azure cluster. But it is not working as expected, as it is not scaling up the pods when it is clearly showing the metric value is

Unable To Access Prometheus Dashboard/ Port Forwarding Doesn't Work

I'm creating a K8 cluster and I want to display the cluster information in Grafana using Prometheus (as usual). I've followed various documentation that has bee

Prometheus Relabeling for Cassandra

I would like to get help with relabeling in prometheus. I am trying to replace instance with nodename, so here in prometheus before relabeling I would like to h

Can't scrape metrics from Cassandra docker container with cassandra exporter

I'm trying to monitor Cassandra that is running in a docker container with this cassandra-exporter . For some reasons the cassandra-exporter can't scrape the me

Changing x-axis in grafana graph to custom time series sent as label of gauge

I am working on a project in java using spring boot that requires working on prometheus and grafana. To send data to prometheus end-point, I am using "gauge" ha

Grafana graphing HTTP requests per minute with http_server_requests_seconds_count

I have a Spring boot app throwing out open metric stats using micrometer. For each of my HTTP endpoints, I can see the following metric which I believe tracks t

Exporting EKS metrics to Prometheus running on separate EC2 [closed]

I want to export the EKS cluster's metrics to my Prometheus which is running on a separate EC2 instance within the same VPC. Most solutions on

How do i send alerts to opsgenie using alertmanager?

im desperatly tring to figure out whats going on with alertmanager in my kubernetes cluster. I have been following the getting started for alertmanager Promethe

How can I query prometheus data greater than value but include all data in series vector?

I think this image says it all I want to query a series in Prometheus with values greater than .5 but include the lower values in the series so the chart is co