-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Solr plugin #1734
Solr plugin #1734
Conversation
servers = ["http://localhost:8983"] | ||
|
||
## specify a list of one or more Solr cores | ||
cores = ["main"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thoughts on having the plugin capture all cores by default without having to manually specify them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed - baf3246
Just a thought, but would it be possible to come up with a generic way of just passing the metrics straight through, instead of having to hard code a struct with specific json tags? It would make the plugin more future proof. |
@sparrc any chance for a next release? |
@ljagiello could you provide an example output of the metrics gathered in the README? |
it could be merged for 1.2 |
@sparrc done. |
Solr plugin collecting metrics from Apache Solr server. Issue (#278)
mess up with this one during rebase - new PR here: #2019 |
Just FYI, you don't have to open a new PR. As long as the branch name is the same, you can do a force push and PR will get updated. |
Required for all PRs:
Solr plugin collecting metrics from Apache Solr server.
Issue (#278)