Class SharedTaggedMetricRegistries
- java.lang.Object
-
- com.palantir.tritium.metrics.registry.SharedTaggedMetricRegistries
-
public final class SharedTaggedMetricRegistries extends java.lang.ObjectAnalogous to codahale'sSharedMetricRegistries.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TaggedMetricRegistrygetSingleton()Deprecated.avoid using the global singleton
-
-
-
Method Detail
-
getSingleton
@Deprecated public static TaggedMetricRegistry getSingleton()
Deprecated.avoid using the global singletonSingle shared instance for use when it is infeasible to plumb through a user supplied instance.
-
-