[prometheus-users] OpenMetrics support (stateset and info)

2021-07-07 Thread Alexander Broekhuis
Hi all, I'm working on a project were we create metrics based on the OpenMetrics spec. This also includes stateset and the info metric. Afaik, prometheus does not yet support those metrics. Is there any timeframe on when the full OpenMetrics spec will be supported? Also, is it the expected beh

[prometheus-users] Re: Istio mTLS scraping fails with "connection reset"

2021-07-07 Thread Travis Illig
I can create an Ubuntu container and verify connectivity to the container metrics endpoint with both curl and openssl: curl https://10.244.3.10:9102/metrics --cacert /etc/istio-certs/root-cert.pem --cert /etc/istio-certs/cert-chain.pem --key /etc/istio-certs/key.pem --insecure openssl s_client

Re: [prometheus-users] Alertmanager: persist silences across restarts?

2021-07-07 Thread Chad McElligott
Thank you Björn! ~Chad On Jul 7, 2021 at 10:50:19 AM, Bjoern Rabenstein wrote: > On 07.07.21 08:45, cmcel...@sangoma.com wrote: > > Is it possible for Alertmanager to persist silences that we have > configured > > via the Web UI through a restart of the Alertmanager process? Didn't see > > anyt

Re: [prometheus-users] Alertmanager: persist silences across restarts?

2021-07-07 Thread Bjoern Rabenstein
On 07.07.21 08:45, cmcel...@sangoma.com wrote: > Is it possible for Alertmanager to persist silences that we have configured > via the Web UI through a restart of the Alertmanager process? Didn't see > anything in the documentation about configuring this. Alertmanager persists silences between r

[prometheus-users] Alertmanager: persist silences across restarts?

2021-07-07 Thread cmcel...@sangoma.com
Is it possible for Alertmanager to persist silences that we have configured via the Web UI through a restart of the Alertmanager process? Didn't see anything in the documentation about configuring this. Thanks, Chad -- You received this message because you are subscribed to the Google Groups

Re: [prometheus-users] Security / vulnerability alert mailing list

2021-07-07 Thread Bjoern Rabenstein
On 21.06.21 03:29, jared clarke wrote: > Hello > > Is there a mailing list specifically for alerts around security > vulnerabilities? If not then is there a suggestion for the best approach at > tracking these when they are directly related to prometheus? How about https://groups.google.com/for

Re: [prometheus-users] Newbie: filter metrics by label for sending to push gateway?

2021-07-07 Thread Bjoern Rabenstein
On 20.06.21 01:15, andig wrote: > I need to collect anonymous HTTP statistics from user installations. For > security reasons, I only want to collect metrics about HTTP requests for > particular purpose, while having the entire set of metrics available > locally. What do you mean by "available

Re: [prometheus-users] Montoring Grafana itself with Prometheus

2021-07-07 Thread Bjoern Rabenstein
On 19.06.21 17:51, Cht G wrote: > I am monitoring argo workflow with Prometheus. > argo_workflows_count{status="Error"} -82 > argo_workflows_count{status="Failed"} -63 > argo_workflows_count{status="Running"} 74 > argo_workflows_count{status="Pending"} 484 > argo_workflows_count{status="Succee

Re: [prometheus-users] Re: Scrape config w/ Prometheus operator not upheld

2021-07-07 Thread Bastien Moyet
Thanks for your input. I tried to reload the configuration to no avail. You may be right that's an issue with prometheus operator I'll ask them. On Tuesday, 6 July 2021 at 18:16:47 UTC+2 ibil...@redhat.com wrote: > Thanks for the comprehensive information! > > > As you can see some job defined

[prometheus-users] Getting very high CPU usage results in node exporter

2021-07-07 Thread sao cao đăng
Hi, Some one can help me with this issue. Thanks a lot. What did you do? I setup node-exporter and docker container individually on each node and used prometheus as my database and grafana to graph the data. This worked fine, so I can launch all the containers using services in my swarm. For so

[prometheus-users] Getting very high CPU usage results in node exporter

2021-07-07 Thread sao cao đăng
What did you do? I setup node-exporter and docker container individually on each node and used prometheus as my database and grafana to graph the data. This worked fine, so I can launch all the containers using services in my swarm. For some reason my CPU usage is 600% and higher. What did you

[prometheus-users] Getting very high CPU usage results

2021-07-07 Thread sao cao đăng
What did you do? I setup node-exporter and docker container individually on each node and used prometheus as my database and grafana to graph the data. This worked fine, so I can launch all the containers using services in my swarm. For some reason my CPU usage is 600% and higher. What did you

Re: [prometheus-users] Grafana Alerts: different conditions for different labels?

2021-07-07 Thread Or Fins
Thank you, but how can I implement this in Grafana? On Wednesday, July 7, 2021 at 12:20:11 PM UTC+3 sayf.eddi...@gmail.com wrote: > Hello, You can store your thresholds in a metric that has the same values > of that label, that way you can compare on that label in only one query, > look at thi

Re: [prometheus-users] Grafana Alerts: different conditions for different labels?

2021-07-07 Thread sayf eddine Hammemi
Hello, You can store your thresholds in a metric that has the same values of that label, that way you can compare on that label in only one query, look at this https://www.robustperception.io/using-time-series-as-alert-thresholds On Wed, Jul 7, 2021 at 10:59 AM Or Fins wrote: > In the meantime I

Re: [prometheus-users] Grafana Alerts: different conditions for different labels?

2021-07-07 Thread Or Fins
In the meantime I posted to community.grafana.com . What are the Grafana lists? On Wednesday, July 7, 2021 at 11:56:57 AM UTC+3 Stuart Clark wrote: > On 2021-07-07 09:40, Or Fins wrote: > > Thank you but it's not what I meant (I think). To make it clear, what > > I meant is instead of this: > >

Re: [prometheus-users] Grafana Alerts: different conditions for different labels?

2021-07-07 Thread Stuart Clark
On 2021-07-07 09:40, Or Fins wrote: Thank you but it's not what I meant (I think). To make it clear, what I meant is instead of this: I'd like to do something like this: In the first one I separate the conditions by query, and in the second one I want to separate by label value. Is this possibl

Re: [prometheus-users] Grafana Alerts: different conditions for different labels?

2021-07-07 Thread Stuart Clark
On 2021-07-07 08:49, Or Fins wrote: Assuming I have a counter with 3 different labels, how can I create an alert with a different condition for each of the labels, without splitting the query into 3? So instead of 3 queries like this:rate(my_counter{mylabel=1}[30s]) I’d like to use just a single

[prometheus-users] Observing CLOSE_WAIT connections when using JMX Exporter

2021-07-07 Thread Angelin Christina
Hi , We are using JMX exporter with Kafka and Prometheus to scrape the metrics. When Kafka is on high load, JMX exporter takes long time to respond and Prometheus scrape times out ending up in lots of CLOSE_WAIT sockets. Is there any timeout that we can set on JMX exporter to clear those sock

[prometheus-users] Grafana Alerts: different conditions for different labels?

2021-07-07 Thread Or Fins
Assuming I have a counter with 3 different labels, how can I create an alert with a different condition for each of the labels, without splitting the query into 3? So instead of 3 queries like this:rate(my_counter{mylabel=1}[30s]) I’d like to use just a single query: rate(my_counter[30s]), and