We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Indexer contains whole lot of metrics already (via org.opengrok.indexer.util.Statistics). These should be exposed via org.opengrok.indexer.Metrics.
org.opengrok.indexer.util.Statistics
org.opengrok.indexer.Metrics
The text was updated successfully, but these errors were encountered:
Given the ephemeral nature of the indexer it makes sense to use the StatsD metric registry (fire and forget).
Sorry, something went wrong.
introduce StatsdRegistry
6f74bab
fixes oracle#3245
4e518f9
0d7ace5
use statsd for indexer monitoring (oracle#3279)
648670e
introduce StatsdRegistry Co-authored-by: Adam Hornáček <adam.hornacek@icloud.com> fixes oracle#3245
use statsd for indexer monitoring (#3279)
8bfce17
introduce StatsdRegistry Co-authored-by: Adam Hornáček <adam.hornacek@icloud.com> fixes #3245
vladak
No branches or pull requests
Indexer contains whole lot of metrics already (via
org.opengrok.indexer.util.Statistics
). These should be exposed viaorg.opengrok.indexer.Metrics
.The text was updated successfully, but these errors were encountered: