Uses of Class
com.atlassian.diagnostics.ipd.api.MeterTag
Packages that use MeterTag
-
Uses of MeterTag in com.atlassian.diagnostics.ipd.api
Methods in com.atlassian.diagnostics.ipd.api that return MeterTagModifier and TypeMethodDescriptionMeterTag.getFormattedTag()Returns a new MeterTag with the key and value formatted to replace spaces with underscores.MeterTag[]MeterKey.getTags()static MeterTagCreates a new MeterTag with the given key and value.Constructors in com.atlassian.diagnostics.ipd.api with parameters of type MeterTag -
Uses of MeterTag in com.atlassian.diagnostics.ipd.api.registry
Methods in com.atlassian.diagnostics.ipd.api.registry with parameters of type MeterTagModifier and TypeMethodDescriptiondefault voidUpdates stats meter with a given value.default voidUpdates stats meter with a given value.Returns counter meter for a given name and tags.<T> CustomMeter<T> IpdRegistry.custom(String name, CustomMeter.MBeanSupplier<T> instance, MeterTag... tags) Returns custom meter for a given name, tags and instance.<T> CustomMeter<T> Returns custom meter for a given name, tags and type.<T> CustomMeter<T> NoopIpdRegistry.custom(String name, CustomMeter.MBeanSupplier<T> mBeanSupplier, MeterTag... tags) <T> CustomMeter<T> default voidIpdRegistry.incrementCounter(String name, MeterTag... tags) Increments counter meter by 1.<T extends IpdMeter>
TAbstractIpdMeterRegistry.register(MeterFactory<T> factory, String name, MeterTag... tags) <T extends IpdMeter>
TIpdRegistry.register(MeterFactory<T> factory, String name, MeterTag... tags) returns an `IpdMeter` of type 'T' with the given name and tags.voidvoidRemoved all registered `IpdMeter` instances with the given prefix and tags.default voidSets value to the existing or new value meter.Returns stats meter for a given name and tags.IpdRegistry.statsCopy(String name, ObjectName objectToCopy, MeterTag... tags) Returns an IPD meter which copies stats attributes of existing JMX meter.NoopIpdRegistry.statsCopy(String name, ObjectName objectToCopy, MeterTag... tags) Returns value meter for a given name and tags.default ValueAndStatsMeterWrapperIpdRegistry.valueAndStats(String name, MeterTag... tags) Returns metric wrapper containing both value and statistic metrics.Method parameters in com.atlassian.diagnostics.ipd.api.registry with type arguments of type MeterTagModifier and TypeMethodDescriptionvoidAbstractIpdMeterRegistry.removeAllWithAnyTag(String prefix, Set<MeterTag> tags) voidIpdRegistry.removeAllWithAnyTag(String prefix, Set<MeterTag> tags) Removes all registered `IpdMeter` instances that match prefix and any of the given tags.