Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support database query for list of nodes #677

Closed
wrouesnel opened this Issue May 7, 2015 · 3 comments

Comments

Projects
None yet
2 participants
@wrouesnel
Copy link
Contributor

wrouesnel commented May 7, 2015

In cases where you don't have records in DNS SRV for a group of services (probably quite common with node_exporter use cases for example) it would be helpful to be able to specify a postgres or mysql query and server to use as the canonical source for hostnames to a particular job.

This would be useful for interfacing with things like the puppet dashboard or custom tracking solutions where altering DNS is unfeasible.

@fabxc

This comment has been minimized.

Copy link
Member

fabxc commented May 7, 2015

The problem with unstandardized service discovery is, that we cannot support everything out of the box.
The current approach is to have a file-based fallback interface, about which you can read more in the design doc. Support for this is not too far down the road.

Is that something that would work for you?

@fabxc

This comment has been minimized.

Copy link
Member

fabxc commented May 12, 2015

Closing as we will provide an interface for custom SD adapters and will only add native support for established SD mechanisms.

@fabxc fabxc closed this May 12, 2015

simonpasquier pushed a commit to simonpasquier/prometheus that referenced this issue Oct 12, 2017

@lock

This comment has been minimized.

Copy link

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.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.