In comparison, netdata exposes everything on a single port. Is it possible to have multiple Prometheus exporters expose metrics on single port rather than on separate ports? My use case is such that we need to install exporters on clients’ machines(we don’t have any control on proxy if at all any on their side) and want to wok with single port.
Brian Candler
unread,
Sep 17, 2020, 2:47:04 AM9/17/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
You can install exporter_exporter, which in turn proxies to the other exporters. It also has options for enabling TLS, and for authentication.