Deprecating core.instrument.binder and move classes to binder package by jonatan-ivanov · Pull Request #3043 · micrometer-metrics/micrometer (original) (raw)
and others added 13 commits
we have copied over the binders from core to a separate module called micrometer-binders binders in micrometer-core will be deprecated the migration path will be for the users to use the micrometer-binders jar together with micrometer-core if necessary
I guess this was a c/p error.
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
[](/apps/sonatype-lift)
shakuzen added a commit that referenced this pull request
shakuzen pushed a commit that referenced this pull request
- Moving binders out
we have copied over the binders from core to a separate module called micrometer-binders binders in micrometer-core will be deprecated the migration path will be for the users to use the micrometer-binders jar together with micrometer-core if necessary
Added deprecations
Move binders out from the TCK too
Use io.micrometer.binder.jvm in JvmServiceLevelObjectives
Use io.micrometer.binder in the registries (Health and StatsD)
Use io.micrometer.binder in core
Use io.micrometer.binder in samples
Add deprecated note to javadoc with a suggestion to resolve it
Deleting javadoc comments from binder package-info I guess this was a c/p error.
Delete DiskSpaceMetrics that we deprecated earlier
Delete JettyStatisticsMetrics that we deprecated earlier
Delete KafkaConsumerMetrics that we deprecated earlier
Delete hibernate metrics that we deprecated earlier
Co-authored-by: Marcin Grzejszczak mgrzejszczak@vmware.com
This was referenced
Mar 15, 2022
shakuzen added a commit that referenced this pull request
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 }})