keith-turner opened a new issue, #4922: URL: https://github.com/apache/accumulo/issues/4922
**Is your feature request related to a problem? Please describe.** Knowing when an Accumulo system has a spike in error logging and which servers are experiencing that could be useful. **Describe the solution you'd like** Micrometer has [log4j instrumentation](https://docs.micrometer.io/micrometer/reference/reference/logging.html) that can count errors,warns,etc. If this were enabled in Accumulo sever processes then error and warn counts could be tracked over time which would make it easy to see spikes. Most metrics in Accumulo are tagged with the server, if that were done with these metrics then it would be possible to drill down when a spike occurs and see what servers were involved. **Describe alternatives you've considered** This may not be that useful overall if logging aggregation and search systems could do something similar by aggregating error,warn counts on incoming log messages. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
