dev.mongocamp.micrometer.mongodb.registry.MongoStepMeterRegistry
See theMongoStepMeterRegistry companion object
class MongoStepMeterRegistry(config: MongoRegistryConfig, threadFactory: NamedThreadFactory, clock: Clock) extends StepMeterRegistry
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class StepMeterRegistryclass PushMeterRegistryclass MeterRegistryclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited classlikes
class Config()
Attributes
- Inherited from:
- MeterRegistry
- Supertypes
-
class Objecttrait Matchableclass Any
object Config
Attributes
- Inherited from:
- MeterRegistry
- Supertypes
-
class Objecttrait Matchableclass Any
class More()
Attributes
- Inherited from:
- MeterRegistry
- Supertypes
-
class Objecttrait Matchableclass Any
object More
Attributes
- Inherited from:
- MeterRegistry
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Attributes
- Definition Classes
-
MeterRegistry
Attributes
- Definition Classes
-
PushMeterRegistry
Inherited methods
@Incubating(since = "1.2.0")
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- StepMeterRegistry
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- MeterRegistry
@Nullable
Attributes
- Inherited from:
- MeterRegistry
@Nullable
Attributes
- Inherited from:
- MeterRegistry
@Nullable
Attributes
- Inherited from:
- MeterRegistry
@Nullable
def gauge[T <: <FromJavaObject>](x$0: String, x$1: Iterable[Tag], x$2: T, x$3: ToDoubleFunction[T]): T
Attributes
- Inherited from:
- MeterRegistry
@Nullable
def gaugeCollectionSize[T <: Collection[_ <: <FromJavaObject>]](x$0: String, x$1: Iterable[Tag], x$2: T): T
Attributes
- Inherited from:
- MeterRegistry
@Nullable
def gaugeMapSize[T <: Map[_ <: <FromJavaObject>, _ <: <FromJavaObject>]](x$0: String, x$1: Iterable[Tag], x$2: T): T
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- MeterRegistry
@Nullable @Incubating(since = "1.1.0")
Attributes
- Inherited from:
- MeterRegistry
@Nullable @Incubating(since = "1.1.0")
Attributes
- Inherited from:
- MeterRegistry
@Nullable @Incubating(since = "1.3.16")
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- StepMeterRegistry
Attributes
- Inherited from:
- StepMeterRegistry
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- MeterRegistry
Attributes
- Inherited from:
- MeterRegistry
Deprecated and Inherited methods
@Deprecated(since = _, forRemoval = _)
Attributes
- Deprecated
- true
- Inherited from:
- PushMeterRegistry
In this article