404 Error as prometheus adds a port 443 to my aws app runner domain
189 views
Skip to first unread message
V P
unread,
Feb 13, 2023, 6:42:54 AM2/13/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
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?
I changed the scheme to https, tried adding 443 port in target field of yml config file as well still getting the same error 404
Stuart Clark
unread,
Feb 13, 2023, 7:16:39 AM2/13/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to V P, Prometheus Users
I'm not quite sure what you are meaning by "without a port number"? All
connections are to a specific port. If you don't specify a port when
doing a web request it will default to 80 or 443 (depending on if it is
HTTP or HTTPS).
--
Stuart Clark
V P
unread,
Feb 13, 2023, 7:48:11 AM2/13/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message