Re: [prometheus-users] Prometheus client compatibility with Springboot 2.*?

2022-09-23 Thread Clay Vass
Fabian - I guess I am asking more of, can I use prometheus client with a java service built with springboot 2.*? I understand I cannot perform some auto instrumentation, but I would like to create histograms/gauges/counters, and expose those, both via the prometheus java client library. Is this

Re: [prometheus-users] is it already a known issue with alertmanager integration to pagerduty

2022-09-23 Thread Julius Volz
Hi Eswar, If you are grouping only by "instance" in the Alertmanager, then all alerts with the same instance label in the same matched route will be grouped into a single notification. Usually you would have separate routes for different severities though, which would then also generate separate

Re: [prometheus-users] Re: Help me to understand Prometheus terms

2022-09-23 Thread prom user
Thanks everyone for sharing the details. That helps a lot. Thank You, On Fri, 23 Sept 2022 at 13:19, Aliaksandr Valialkin wrote: > See also https://docs.victoriametrics.com/keyConcepts.html > > On Fri, Sep 23, 2022 at 10:22 AM Brian Candler > wrote: > >> Does this help? >> >>

[prometheus-users] Re: Prometheus process access /data folder and locks access for additional pods

2022-09-23 Thread Brian Candler
That's an issue with Kubernetes, not with Prometheus. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscr...@googlegroups.com. To view

[prometheus-users] Prometheus process access /data folder and locks access for additional pods

2022-09-23 Thread Santanu Mishra
Hi Brian & Team, I have deployed Prometheus (1 pod) in OpenShift (Kubernetes) platform and when triggering a new deployment to replace the current pod with a new pod the /data folder gets locked by the existing pod and the new pod fails to deploy, as it doesn't get access to the /data

[prometheus-users] Re: Hisorical data

2022-09-23 Thread Brian Candler
https://www.robustperception.io/deleting-time-series-from-prometheus/ However, it's still true that you *were* monitoring those servers, and this history may be useful You don't have to throw away the data. Just limit your query like this:

[prometheus-users] Hisorical data

2022-09-23 Thread BHARATH KUMAR
Hello All, I deleted some instances from the prometheus.yml file. But still, I am able to see those servers' historical data. What should I do so that those instances which I removed, those instances historical data should not have appeared? Example: I am finding the unreachable servers for

[prometheus-users] is it already a known issue with alertmanager integration to pagerduty

2022-09-23 Thread ishu...@gmail.com
Hallo, I have an integration between alertmanager and pagerduty which has been since couple of years without any issue. On alertmanager, we are grouping by instance and when for the same instance, there are alerts with different severity (like critical and warning), the alertmanager is

Re: [prometheus-users] Re: Help me to understand Prometheus terms

2022-09-23 Thread Aliaksandr Valialkin
See also https://docs.victoriametrics.com/keyConcepts.html On Fri, Sep 23, 2022 at 10:22 AM Brian Candler wrote: > Does this help? > > https://nsrc.org/workshops/2021/pacnog29/nmm/netmgmt/en/nmm-2.0/NMM-2.0-metrics-time-series.pdf > > On Friday, 23 September 2022 at 08:08:43 UTC+1

[prometheus-users] Re: System up time

2022-09-23 Thread Brian Candler
Metrics are always float64 values. How you present them to the user is up to the client appplication: e.g. if you were using Grafana, you'd tell Grafana to display the value in a human-readable time duration format. You can do simple arithmetic in PromQL queries. For example, if "sysUpTime"

[prometheus-users] Re: Help me to understand Prometheus terms

2022-09-23 Thread Brian Candler
Does this help? https://nsrc.org/workshops/2021/pacnog29/nmm/netmgmt/en/nmm-2.0/NMM-2.0-metrics-time-series.pdf On Friday, 23 September 2022 at 08:08:43 UTC+1 promus...@gmail.com wrote: > Hi, > > I am a new user to the prometheus. Can someone please help me to > understand the difference

[prometheus-users] Monitoring Azure MySQL with prometheus-mysql-exporter

2022-09-23 Thread Alan Milani
Hi everyone, I'm trying to monitor an Azure MySQL instance using a prometheus-mysql-exporter deployed on Kubernetes via Helm chart The problem is that Azure MySQL requires TLS connection and I didn't find a way to pass the ssl-key and the ssl-cert to be used by the exporter when communicating

[prometheus-users] Help to understand Prometheus terms

2022-09-23 Thread prom user
Hi, I am a new user to the Prometheus. Can some please help me to understand what is the difference between a Metric, timeseries and samples? Thanks, -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop