1.10.x KeyValue & KeyValues by marcingrzejszczak · Pull Request #3122 · micrometer-metrics/micrometer (original) (raw)
added 2 commits
- we rename Tag & Tags into KeyValue and KeyValues - that way there will be no confusions between the current Tag(s) and the ones from the common module
- TagKey will have the "of" method removed - that way we will not be returning Tags from commons that can be then used by micrometer's core code
marcingrzejszczak added a commit that referenced this pull request
Added compatibility plugin
Revert "Remove deprecated MissingRequiredConfigurationException and its usages (#2987)"
This reverts commit fde4f3d.
- Revert "Remove StatsdConfig.queueSize() (#568)"
This reverts commit 0c919bb.
- Revert "Remove deprecated methods in GangliaConfig"
This reverts commit a8ebe88.
- Revert "Remove deprecated ElasticConfig#documentType"
This reverts commit dfab16a.
- Revert "Remove deprecated constructor and dropwizard dependency"
This reverts commit acb6d7f.
- Revert "Remove deprecated method newLongTaskTimer(Id) on MeterRegistry"
This reverts commit 852991d.
- Revert "Remove Hibernate optional dependency"
This reverts commit 575b85e.
- Revert "Remove deprecated KafkaConsumerMetrics"
This reverts commit 207bb38.
- Revert "Remove deprecated JettyStatisticsMetrics"
This reverts commit 0902d4a.
- Revert "Remove deprecated Hibernate metrics"
This reverts commit 31ad59f.
- Revert "Remove deprecated DiskSpaceMetrics"
This reverts commit 46c8d37.
- Revert "Delete deprecated binders"
This reverts commit f8a508d.
- Revert "Deprecating core.instrument.binder and move classes to binder package (#3043)"
This reverts commit 531cb87.
- Revert "Remove things added back in merge by mistake."
This reverts commit 4cc4c20.
Ensures binary compatibility
1.10.x KeyValue & KeyValues (#3122)
Trying to fix the Tag & Tags confusion
- we rename Tag & Tags into KeyValue and KeyValues - that way there will be no confusions between the current Tag(s) and the ones from the common module
- TagKey will have the "of" method removed - that way we will not be returning Tags from commons that can be then used by micrometer's core code
- Changed since from 2.0.0 to 1.10.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})