[prometheus-users] Re: AWS Cloudwatch Exporter metrics missing in Promethues

2020-09-26 Thread Brian Candler
On Saturday, 26 September 2020 20:04:57 UTC+1, Sanju k wrote: > > Yes I was able to scrape the metrics using curl -v > http://xx.xx.xx.xx:8080/s3 > > Then that should give you the same as: - job_name: 'S3 Monitoring' metrics_path: /s3 static_configs: - targets: ['xx.xx.xx.xx:8080']

[prometheus-users] Re: AWS Cloudwatch Exporter metrics missing in Promethues

2020-09-26 Thread Sanju k
Thanks for your reply. Yes I was able to scrape the metrics using curl -v http://xx.xx.xx.xx:8080/s3 Little back ground on this - I'm using cloudwatch exporter to pull metrics from Cloudwatch and send data to Prometheus through Prometheus Proxy and Agent (https://github.com/pambrose/promethe

Re: [prometheus-users] Re: Formatting of a DS file to include params and labels

2020-09-26 Thread Brian Candler
On 26/09/2020 14:01, Kevin Cameron wrote: Thanks Brian,   when I sanitized my example I should have put in a fake value rather than ip:port, so 1.1.1.1:1234 just to clarify that part. The Target and label part we have in place now and is working well, I have been readin

[prometheus-users] Re: AWS Cloudwatch Exporter metrics missing in Promethues

2020-09-26 Thread Brian Candler
Can you scrape the exporter with 'curl'? What's the exact curl command line you use? -- 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+unsubs

[prometheus-users] Re: software providing Prometheus metrics out of the box

2020-09-26 Thread Klaus Mueller
@Julien thanx, I have read this section, but overlooked it ;( b.ca...@pobox.com schrieb am Samstag, 26. September 2020 um 11:07:09 UTC+2: > This is a useful (but not necessarily comprehensive) list: > https://github.com/prometheus/prometheus/wiki/Default-port-allocations > > -- You received thi

[prometheus-users] Re: Alerts fingerprint

2020-09-26 Thread baca...@gmail.com
Thanks all for the quick reply! That's the clear, definitive information we were searching for. :-) Cheers, F. On Friday, 25 September 2020 at 14:41:11 UTC+2 b.ca...@pobox.com wrote: > As an aside: active alerts already get stored as extra timeseries in > prometheus (ALERTS and ALERTS_FOR_STAT

[prometheus-users] Re: software providing Prometheus metrics out of the box

2020-09-26 Thread Brian Candler
This is a useful (but not necessarily comprehensive) list: https://github.com/prometheus/prometheus/wiki/Default-port-allocations -- 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 i

Re: [prometheus-users] software providing Prometheus metrics out of the box

2020-09-26 Thread Julien Pivotto
You are looking for the "Software exposing Prometheus metrics" on the https://prometheus.io/docs/instrumenting/exporters/ page. On 26 Sep 01:04, Klaus Mueller wrote: > Hi all, > > Is there a listing of software providing Prometheus metrics out of the box? > [Exporters and integrations ] lists o

[prometheus-users] software providing Prometheus metrics out of the box

2020-09-26 Thread Klaus Mueller
Hi all, Is there a listing of software providing Prometheus metrics out of the box? [Exporters and integrations ] lists only libraries you have to customize. But on [GitLab] or [MinIO] Prometheus metrics is just a function you only have to enable. Are there more examples? thx klml [Exporters