Uses of Interface
com.itrsgroup.collection.instr.MetricsClient
Packages that use MetricsClient
Package
Description
-
Uses of MetricsClient in com.itrsgroup.collection.instr
Classes in com.itrsgroup.collection.instr that implement MetricsClientModifier and TypeClassDescriptionclassBase class forMetricsClientimplementations.final classNo-op implementation ofMetricsClient. -
Uses of MetricsClient in com.itrsgroup.collection.instr.jvm
Methods in com.itrsgroup.collection.instr.jvm with parameters of type MetricsClientModifier and TypeMethodDescriptionJvmMetricsBuilder.client(MetricsClient client) Configure the client.Constructors in com.itrsgroup.collection.instr.jvm with parameters of type MetricsClientModifierConstructorDescriptionprotectedJvmMetricsCollectorBase(MetricsClient client, Consumer<Throwable> errorCallback, MXBeanSupplier mxBeanSupplier) Constructor. -
Uses of MetricsClient in com.itrsgroup.collection.instr.statsd
Classes in com.itrsgroup.collection.instr.statsd that implement MetricsClientModifier and TypeClassDescriptionclassStatsdMetricsClientwith the following characteristics: All instrumentation methods never block or throw, ensuring that callers are not disrupted by metrics delivery.Methods in com.itrsgroup.collection.instr.statsd that return MetricsClientModifier and TypeMethodDescriptionStatsdClientBuilder.build()Build a client with the configured settings.