prometheus Questions
8
I want to show some metrics using micrometer prometheus in combination with the spring-boot-actuator. My project is totally based on spring-boot and has the actuator feature enabled and mapped on t...
Hudson asked 29/11, 2021 at 10:57
4
Solved
New Spring Boot added exemplars support:
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes#broader-exemplar-support-in-micrometer-112
After upgrading to Spring Boot ...
Ephesus asked 1/12, 2023 at 16:3
3
I have a SpringBoot 2.2.4.RELEASE with a RestRepostory like
import io.micrometer.core.instrument.Gauge;
import io.micrometer.core.instrument.MeterRegistry;
import org.springframework.web.bind.anno...
Trumpetweed asked 13/5, 2020 at 9:39
3
I have a running instance of pushgateway and prometheus. And prometheus is configured to scrape from pushgateway. I am able to push metrics from my .NET applications to pushgateway which are ...
Daugava asked 26/4, 2020 at 5:30
2
Solved
I am getting confused about how the subquery notation in prometheus (like [5m:1m]) is aggregating data. I know when I mention range selector as this [5m], it aggregates every data point in each 5 m...
Huggins asked 20/9, 2023 at 6:39
3
I am running Prometheus in Kubernetes and running into some kube state metrics connection error. Trying to check logs, but unable to see the connection failure in the logs. Is there anyway to enabl...
Electrolyze asked 1/2, 2020 at 6:27
5
I'm using flexlm_exporter to export my license usage to Prometheus and from Prometheus to custom service (Not Grafana).
As you know Prometheus hides missing values.
However, I need those missing va...
Clipclop asked 15/10, 2020 at 6:46
4
I am scraping the kubernetes metrics from prometheus and would need to extract the number of running pods.
I can see container_last_seen metrics but how should i get no of pods running. Can someon...
Advance asked 3/12, 2018 at 14:20
2
Solved
I wanted to create alerts in Grafana for My Kubernetes Clusters.
I have configured Prometheus, Node exporter, Kube-Metrics, Alert Manager in my k8s Cluster.
I wanted to setup Alerting on Unschedula...
Noreen asked 16/11, 2021 at 7:20
2
I want to set an alert in Prometheus alertmanager that has to be triggered between a given time
Eg: Condition to be checked between 09:15 to 15:30
Jacquez asked 26/10, 2021 at 4:58
3
Solved
General Cluster Information:
Kubernetes version: 1.19.13
Cloud being used: private
Installation method: kubeadm init
Host OS: Ubuntu 20.04.1 LTS
CNI and version: Weave Net: 2.7.0
CRI and ver...
Germane asked 26/1, 2021 at 12:14
3
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't figure out how...
I thought someth...
Oleum asked 29/4, 2022 at 9:27
4
Solved
I have read that Spark does not have Prometheus as one of the pre-packaged sinks. So I found this post on how to monitor Apache Spark with prometheus.
But I found it difficult to understand and to ...
Mesh asked 26/3, 2018 at 10:11
3
I have two metrics, scratched from telegraf.
first metric
vsphere_host_mem_active_average{esxhostname=~"esx1"}
gives one value
vsphere_host_mem_active_average{clustername="BCH1",collector="tele...
Jd asked 21/1, 2019 at 13:6
4
Working in Docker Grafana 8.1.5. Using time series graph, I'm plotting a Prometheus Counter source (that has one label) as a time series (by label), and need to fill all null/missing values as zero...
Bedroom asked 1/10, 2021 at 18:21
2
Solved
I have the following docker-compose file:
version: '3.4'
services:
serviceA:
image: <image>
command: <command>
labels:
servicename: "service-A"
ports:
- "8080:808...
Catkin asked 21/1, 2022 at 14:54
10
There's something I still dont understand about instant vector and range vectors
Instant vector - a set of time series containing a single sample for each time series, all sharing the same timest...
Correlation asked 2/7, 2021 at 10:45
3
I'm seeing this odd Prometheus-related error:
RESTful call failed. Cause: Collector already registered that provides name: http_client_requests_count
I didn't include a http_client_requests_co...
Hitoshi asked 19/10, 2018 at 21:39
2
I´m converting a statsd metric to Prometheus to be graphed in Grafana.
This is a gauge being reset every 1m, showing requests in the past 1m.
Prometheus is scraping every 15 secs.
I´d like to produ...
Trier asked 19/9, 2022 at 14:38
4
In our Prometheus metrics in our Spring Boot API, there is a very mysterious root "endpoint" that appears to be called sometimes. This looks like someone probing our API, but the endpoint does not ...
Exigent asked 7/6, 2020 at 9:34
5
Currently I am working with the Prometheus and getting a good result, I difficulty I am facing is that if the service restart my whole old data will lose. Is there any way to permanently stor...
Bawdry asked 16/7, 2018 at 13:49
3
I'm fresh new to Micrometer/Prometheus world.
I need to use it to get some metrics for existing spring application. No spring boot just plain spring java.
And I'm having a lot of trouble register...
Malefaction asked 28/3, 2019 at 10:52
2
Solved
I have some metrics from a Prometheus data-source like this (the real data contains many more label combinations):
status{pod = "A", platform = "X",} 1
status{pod = "C"...
Pelkey asked 2/2, 2021 at 13:5
1
I have a bunch of statefulset applications notably Kafka Brokers, and Kafka Stream client application, including some DB, all deployed in Kubernetes. I would like to be able to build a grafana dash...
Genagenappe asked 24/12, 2019 at 17:53
2
I've been trying to create a stacked bar chart in Grafana from Prometheus data but struggling and to be honest, I'm not even entirely sure that what I'm trying to do is possible. I've had a go usin...
Hemialgia asked 26/10, 2021 at 8:40
1 Next >
© 2022 - 2024 — McMap. All rights reserved.