We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature proposal:
Support the multi-target exporter pattern so that the targets can be defined (or discovered) in the Prometheus config instead of target.ini.
target.ini
The text was updated successfully, but these errors were encountered:
@DrMurx Sounds good, do you want to help?
Sorry, something went wrong.
@till Whenever I find some spare time ;-)
Update: implement an adhoc scraper
458fa3c
Allows probing of arbitrary targets using /prober?target=example.org. Returns the usual metrics. Still requires an empty target.ini. For: #127
@DrMurx If you wanna have a look, I created a PR. It was easier than expected.
@till Didn't test in real conditions, but the code LGTM :-)
No branches or pull requests
Feature proposal:
Support the multi-target exporter pattern so that the targets can be defined (or discovered) in the Prometheus config instead of
target.ini
.The text was updated successfully, but these errors were encountered: