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']

I suggest you run tcpdump to capture the http exchange from curl and the 
http exchange from prometheus, and compare them.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/a669c1ca-351c-4fca-b5a5-63404a3023c4o%40googlegroups.com.

Reply via email to