You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Use Cases
Normally, prometheus discovers services with a local file - however it can also use an http-based service discovery, which returns services and labels in JSON format. It seems like vector's prometheus_scrape source expects the entire service definition in its config file - it would be nice if it had the ability to use the HTTP SD.
My use case: Zeek's telemetry framework recommends using its service discovery endpoint (it can collect all of the metrics from all nodes, but that is costly on Zeek). Because zeek can be using many workers with many endpoints to collect metrics from, it's hard to know ahead of time all of the endpoints to collect metrics from. As such, I'd like to use a HTTP SD.
Attempted Solutions
No response
Proposal
Perhaps a new parameter like http_service_discovery_endpoint?
References
No response
Version
No response
The text was updated successfully, but these errors were encountered:
A note for the community
Use Cases
Normally, prometheus discovers services with a local file - however it can also use an http-based service discovery, which returns services and labels in JSON format. It seems like vector's prometheus_scrape source expects the entire service definition in its config file - it would be nice if it had the ability to use the HTTP SD.
My use case: Zeek's telemetry framework recommends using its service discovery endpoint (it can collect all of the metrics from all nodes, but that is costly on Zeek). Because zeek can be using many workers with many endpoints to collect metrics from, it's hard to know ahead of time all of the endpoints to collect metrics from. As such, I'd like to use a HTTP SD.
Attempted Solutions
No response
Proposal
Perhaps a new parameter like
http_service_discovery_endpoint
?References
No response
Version
No response
The text was updated successfully, but these errors were encountered: