On the targets page in prometheus we are able to see what services are scraped but they only display the magical internal DNS urls. Attendees being able to see what the endpoints look like could help them identify if a question can be answered.
possibly solution: write some nginx magic to redirect http://<ip>:9876/<servicename> would be able to redirect to the http://imageflip:8080/actuator/prometheus endpoint.
On the targets page in prometheus we are able to see what services are scraped but they only display the magical internal DNS urls. Attendees being able to see what the endpoints look like could help them identify if a question can be answered.
possibly solution: write some nginx magic to redirect
http://<ip>:9876/<servicename>
would be able to redirect to thehttp://imageflip:8080/actuator/prometheus
endpoint.