How to monitor an endpoint using Prometheus?(additionalScrapeConfigs or servicemoniors)
26 views
Skip to first unread message
amruth
unread,
Jun 1, 2020, 8:12:58 PM6/1/20
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
Hello,
I am running Prometheus-exporter on Kubernetes and I want to monitor external endpoints(https://www.google.com). I've installed blackbox-exporter but my question is if I should use additonalScrapeConfigs to pass the targets or use Servicemonitors?
Thanks
赵一晗
unread,
Jun 3, 2020, 9:30:49 PM6/3/20
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
I think ,if the endpoint is in Kubernetes you could use Servicemonitors, if not,use additonalScrapeConfigs;