So I can see a bunch of these in my logs
level=debug ts=2020-06-04T13:05:25.806Z caller=scrape.go:962 component="scrape manager" scrape_pool=kubernetes-pods target=
http://10.4.9.226:8081/actuator/prometheus msg="Scrape failed" err="server returned HTTP status 403 "
These are probably java applications that are not well configured, but prometheus doesn't tell me which one.
I have to start a big research, base on the server IP, lookup which container reside on that node, investigate each on these projects (and can't even find the issue lol).
Is there a better way ? Can prometheus tell me which container is actually faulty ?
How I can know exactly where to look ?
Thanks for helping !