Category "prometheus"

Nagios - Prometheus value changed withing X minutes / hours

Hello, Im wonderwing, what can be a solution for this: In Prometheus, I can see that one of my K8S workers does have more pod evictions than other workers. The

SSL Handshake error on Nagios NRPE server

I have nrpe(NRPE v4.0.3) on my centos server. I was using prometheus to monitor nrpe checks. Nrpe-exporter is running as a docker container but I see the below

Using the kube-prometheus-stack helm chart, how can I see only the pods I want in a particular namespace as targets in Promethes?

Using the kube-prometheus-stack helm chart, I want to scrape the metrics of only 3 pods out of 6 pods in the app namespace in K8S with Prometheus. In this conte

Get data in specific time in Grafana

I'm new in Grafana, I'm using Grafana with Prometheus database and I have some problem with it. I want to get value at 2300 - value at 0000. But I can't find th

how to manipulate web config secret in kube-prometheus stack?

i have deployed the latest chartthese are all the secrets how to change prometheus-kube-prometheus-stack-1651-prometheus-web-config this secret through the helm

Loki parse JSON and filter by field

I'm logging a JSON which is being shown as a detected field log in Grafana: Screenshot of detected fields Now I want to filter the logs by level name, but I can

Is there a way to get latest value of a metric in Prometheus while ignoring(without) a label?

PROMQL Query that I tried is - last_over_time(METRIC_ABC{ INDICATORNAME="INDICATORNAME_1"}[6h]) Returns metrics - METRIC_ABC{DATE="2022-04-27", INDICATORNAME="

prometheus with node_exporter sidecar openshift

I tried to deploy prometheus pod with node_exporter sidecar but when I use the volumeMounts on sidecar node_exporter container it gives me "Multi-attach error"

How are CPU resource units (millicore/millicpu) calculated under the hood?

Let's take this processor as an example: a CPU with 2 cores and 4 threads (2 threads per core). From what I've read, such a CPU has 2 physical cores but can pro

Prometheus Compaction Issue

We are facing an issue with the Prometheus due to compaction in an OKD cluster 3.11. We have observed that Prometheus is not able to delete the .tmp files. The

How can you set up https basic authentication for promethues on docker

Setting up https basic authentication for Prometheus on docker

What does duration [] mean when used in Prometheus UI Graph

In Prometheus when the below query would mean fetching all samples observed during 5m period and then perform the rate calculation with those samples and the th

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