v1.1.3
See the 1.1.3 milestone for included items.
Fixes
Includes 1.0.10 fixes up to the point of 1.1.3 release (see diff).
- Wait to publish metrics to Cloudwatch even if application is shutting down
- Handle NaN in various registries
- LoggingMeterRegistry
- HumioMeterRegistry
- KafkaConsumerMetrics' "records-lead" metric should not be a TimeGauge
- KafkaConsumerMetrics properly tagged per topic and partition
- StackdriverMeterRegistry handles publishing empty histograms
Micrometer Spring Legacy fixes
- Avoid creating meter binders before registry has been customized
Polish
- Avoid
MediaType.get
calls in OkHttpSender where possible - JavaDoc polish for Elasticsearch support
- JavaDoc for
RestTemplateExchangeTags.outcome
- Avoid potentially expensive calls when debug logging is not enabled
- Align some test class names with class under test
- Unify access modifiers on across some classes
- Fix setup for some test classes
- Properly set interrupted status for CloudWatchMeterRegistry publish thread