[prometheus-users] Missing data when applying apromql calculation

2021-06-28 Thread xkilian
On Serveur2 with Prometheus 2.23 or 2.27.1 I run a query against a metric with a calculation (any will do that apply to a vector, like rate, avg_over_time, etc.) In he following example I use rate. rate(ifHCInMulticastPkts{host="HOSTNAME",ifName="ha2"}[2m]) Rate should return a constant 0.5

[prometheus-users] using blackbox exporter along with ec2_sd_config

2021-06-28 Thread ASIF ABDUL LATHEEF
I have 15 ec2 instances and i want to check the service status of multiple ports ( like 22, 443, 80, 8000 etc ) of all these instances, which i think is done by using blackbox exporter. So, can i create a single job for this by combining ec2_sd_config with blackbox exporter.? how can i give

Re: [prometheus-users] prometheus statefulset confimap

2021-06-28 Thread Ian Billett
Hello Nina, I'm afraid I don't really understand your question - please could you try asking it in a different way? Best, Ian On Fri, Jun 25, 2021 at 8:18 AM nina guo wrote: > Hi guy, > > If multiple statefulset replicas can share only 1 configmap? > > --- >

Re: [prometheus-users] process-exporter setup

2021-06-28 Thread Ian Billett
Hi Danny, I would recommend raise that question directly with the upstream repo - you are much more likely to get an answer than in this much wider group :) Best, Ian On Fri, Jun 25, 2021 at 11:02 AM Danny de Waard wrote: > Maybe not the correct group but i want to count certain processes

Re: [prometheus-users] Duplicated timeseries in CollectorRegistry

2021-06-28 Thread Ian Billett
Hey Barry, I'm no expert, but I would think you are somehow implicitly using a global CollectorRegistry object in that code? Anyway, I would recommend raising this issue with prometheus/client_python repo who are the experts. Best, Ian On Fri,

Re: [prometheus-users] Error from Terraform apply when trying to add arangoDB external service monitor to Prometheus service monitor

2021-06-28 Thread Ian Billett
Shutima, This issue does not relate to Prometheus, I would suggest raising this question with whomever maintains the helm chart you are attempting to install. Best, Ian On Fri, Jun 25, 2021 at 3:47 PM Shutima Potivorakun < shutima.potivora...@geotwin.io> wrote: > Hello, > > I am having issue

Re: [prometheus-users] Multiple Prometheus monitor the same targets, and each node's Prometheus will call the remote write, resulting in data duplication

2021-06-28 Thread sayf eddine Hammemi
Hello, I discovered this a while ago, https://github.com/beorn-/highlander, it is a reverse proxy for remote_write that deduplicates from multiple prometheis. this ofc in the case of the remote destination does not support dedup out of the box or is expensive resource-wise On Mon, Jun 28, 2021 at

Re: [prometheus-users] Multiple Prometheus monitor the same targets, and each node's Prometheus will call the remote write, resulting in data duplication

2021-06-28 Thread Stuart Clark
Deduplication is handled by the remote write destination, such as Thanos. Usually there is the requirement to add an external label identifying the cluster and the replica to allow this to happen. On 28 June 2021 08:07:44 BST, ronghao li wrote: >Multiple Prometheus monitor the same targets,

[prometheus-users] Multiple Prometheus monitor the same targets, and each node's Prometheus will call the remote write, resulting in data duplication

2021-06-28 Thread ronghao li
Multiple Prometheus monitor the same targets, and each node's Prometheus will call the remote write, resulting in data duplication.How to solve this problem? -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group