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
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, 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
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
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
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
PROMQL Query that I tried is - last_over_time(METRIC_ABC{ INDICATORNAME="INDICATORNAME_1"}[6h]) Returns metrics - METRIC_ABC{DATE="2022-04-27", INDICATORNAME="
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"
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
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
Setting up https basic authentication for Prometheus on docker
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
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
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
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
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
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
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
enter image description hereenter image description here what is the meaning of the current user and OS processes?
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