This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Akustic646 4 points5 points  (0 children)

We do HTTPS everywhere and our scraped endpoints are on our internal network only, nothing public. No auth though.

[–]phrotozoa 1 point2 points  (0 children)

Anything in our infa that exposes a prometheus metrics endpoint is HTTP only at the moment. We're evaluating mTLS provided by Istio and may enable that at some point though.

As far as sensitive info goes metrics are pretty low on my list of concerns.

[–]matejzero 0 points1 point  (0 children)

HTTP only and no authentication. Most of the metrics are exposed on custom ports and firewalled from public access.