EdColeman opened a new pull request, #4459:
URL: https://github.com/apache/accumulo/pull/4459

   * Provide a metrics SPI to enable metric provider extensions by users
     - Adds the MeterRegistryFactory to ..core.spi.metrics and deprecates 
.core.metrics.MeterRegistryFactory
     - Modified the GENERAL_MICROMETER_FACTORY to be a list of class names. 
This allows multiple providers to be used. For example, logging and statsd.
     - Allows passing parameters using standard general.custom.metrics.opts 
prefix to allow for user runtime customization
     - Provides a sample metrics implementation using a LoggingProvider
   
   * Adds metric initialization to ServiceContext
     - provides consistent use of tags and service metrics initialization so 
service name and ip address are applied as common tags.
   
   * Removes prop store metrics
   * Completes removal of static MetricsUtils class
   
   This supersedes and includes the changes and comments from PR #4244


-- 
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]

Reply via email to