Re: [prometheus-users] 404 Error as prometheus adds a port 443 to my aws app runner domain

2023-02-13 Thread V P
port 443 at https://example.apprunner.com:443 and thus throwing a 404 error as that's not my actual URL ( https://example.apprunner.com/actuator/prometheus ) On Monday, 13 February 2023 at 17:46:39 UTC+5:30 Stuart Clark wrote: > On 13/02/2023 09:16, V P wrote: > > We want to scrape a

[prometheus-users] How to supply the certificates in prometheus docker

2023-02-13 Thread V P
Is there a way to add security certificates in Prometheus config from docker so as to avoid the https port number to get added in my target domain so I wont be getting a *404 error* in Prometheus. my domain : *https://app-runner.com/actuator/prometheus* instance created :

[prometheus-users] 404 Error as prometheus adds a port 443 to my aws app runner domain

2023-02-13 Thread V P
We want to scrape a https app runner domain without a port number and the Prometheus configuration is according to that. Is there a way to prevent the default port number for https(443) to get applied in the domain name of app runner when the Prometheus targets the https domain? As my domain