Netflix / governator

Governator is a library of extensions and utilities that enhance Google Guice to provide: classpath scanning and automatic binding, lifecycle management, configuration to field mapping, field validation and parallelized object warmup.
Apache License 2.0
825 stars 180 forks source link

Enable provision metrics by default #342

Closed elandau closed 8 years ago

elandau commented 8 years ago

Metrics can be disable by adding the following binding

bind(ProvisionMetrics.class).to(NullProvisionMetrics.class);