Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upA http based discovery service #1675
Comments
brian-brazil
added
the
kind/question
label
May 27, 2016
This comment has been minimized.
This comment has been minimized.
|
The |
This comment has been minimized.
This comment has been minimized.
|
Hmm. But then again, take the case of the EC2 tags API. We need to access a throttled resource. We are going to run module based monitoring system with each team more or less having a prometheus server monitoring it. We will have too many requests to the API, so we cache the tags at one service and then the But any general reservations against the |
This comment has been minimized.
This comment has been minimized.
|
It requires a daemon, whereas files don't. We already support this functionality so I don't see a need for another one of these, especially as curl in a cronjob converts from one to the other. |
This comment has been minimized.
This comment has been minimized.
|
+1 to curl in a cronjob! Thanks |
gouthamve
closed this
May 28, 2016
juliusv
referenced this issue
Mar 22, 2017
Closed
Extend JSON file-based service discovery to http #2514
cstyan
referenced this issue
Feb 8, 2018
Closed
SD interface and binary for spitting out file-sd #3658
jamtur01
referenced this issue
Apr 4, 2018
Closed
adding support for generic service discovery #4041
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 24, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
gouthamve commentedMay 27, 2016
Hi,
Would you like to include a http based discovery service where we send straightforward requests to a external service at regular intervals to get the targets info.
This would make it easier to implement custom SD mechanism (my feeling) and would be decoupling the prometheus instance from the SD mechanism allowing for all prometheus servers to use only one service for SD. It will be trivial to deploy this service in a HA configuration compared to a daemon on the same server as prometheus.