Binary compatibility report for the metrics-graphite library between 3.1.5 and 3.2.0 versions

Test Info


Library Namemetrics-graphite
Version #13.1.5
Version #23.2.0

Test Results


Total Java Modules1
Total Methods / Classes66 / 7
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  4 


metrics-graphite-3.2.0.jar, Builder.class
package com.codahale.metrics.graphite
GraphiteReporter.Builder.disabledMetricAttributes ( Set<MetricAttribute> disabledMetricAttributes )  :  GraphiteReporter.Builder
GraphiteReporter.Builder.scheduleOn ( ScheduledExecutorService executor )  :  GraphiteReporter.Builder
GraphiteReporter.Builder.shutdownExecutorOnStop ( boolean shutdownExecutorOnStop )  :  GraphiteReporter.Builder

metrics-graphite-3.2.0.jar, GraphiteReporter.class
package com.codahale.metrics.graphite
GraphiteReporter.GraphiteReporter ( MetricRegistry registry, GraphiteSender graphite, Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes )

to the top

Java Archives  1 


metrics-graphite-3.1.5.jar

to the top