Index
All Classes and Interfaces|All Packages
B
- binder() - Method in class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
C
- CacheMeterBinderCompatibilityKit - Class in io.micrometer.core.instrument.binder.cache
- CacheMeterBinderCompatibilityKit() - Constructor for class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
- clear() - Method in class io.micrometer.core.util.internal.logging.MockLogger
-
Removes all the events that were recorded so far.
D
- debug(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- debug(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- debug(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- debug(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- debug(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- debug(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- DefaultLongTaskTimerTest - Class in io.micrometer.core.tck
- DefaultLongTaskTimerTest() - Constructor for class io.micrometer.core.tck.DefaultLongTaskTimerTest
E
- equals(Object) - Method in class io.micrometer.core.util.internal.logging.LogEvent
- error(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- error(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- error(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- error(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- error(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- error(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
G
- get(String) - Method in class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
- getCause() - Method in class io.micrometer.core.util.internal.logging.LogEvent
- getLevel() - Method in class io.micrometer.core.util.internal.logging.LogEvent
- getLogEvents() - Method in class io.micrometer.core.util.internal.logging.MockLogger
- getLogger(Class<?>) - Method in class io.micrometer.core.util.internal.logging.MockLoggerFactory
-
A convenient way to create a logger.
- getLogger(String) - Method in class io.micrometer.core.util.internal.logging.MockLoggerFactory
-
A convenient way to create a logger.
- getMessage() - Method in class io.micrometer.core.util.internal.logging.LogEvent
H
- hashCode() - Method in class io.micrometer.core.util.internal.logging.LogEvent
- httpClient() - Method in class io.micrometer.core.ipc.http.HttpSenderCompatibilityKit
- httpSender - Variable in class io.micrometer.core.ipc.http.HttpSenderCompatibilityKit
- HttpSenderCompatibilityKit - Class in io.micrometer.core.ipc.http
-
A compatibility kit to verify
HttpSenderimplementations. - HttpSenderCompatibilityKit() - Constructor for class io.micrometer.core.ipc.http.HttpSenderCompatibilityKit
I
- info(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- info(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- info(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- info(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- info(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- info(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- injectLogger(Supplier<T>) - Method in class io.micrometer.core.util.internal.logging.MockLoggerFactory
-
A factory method that returns the result of the given
Supplierand it also injects the default factory. - io.micrometer.core - package io.micrometer.core
- io.micrometer.core.instrument.binder.cache - package io.micrometer.core.instrument.binder.cache
- io.micrometer.core.ipc.http - package io.micrometer.core.ipc.http
- io.micrometer.core.tck - package io.micrometer.core.tck
- io.micrometer.core.util.internal.logging - package io.micrometer.core.util.internal.logging
- isDebugEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
- isEnabled(InternalLogLevel) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- isErrorEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
- isInfoEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
- Issue - Annotation Interface in io.micrometer.core
-
Marks a test as related to a Github issue.
- isTraceEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
- isWarnEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
L
- log(InternalLogLevel, String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- log(InternalLogLevel, String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- log(InternalLogLevel, String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- log(InternalLogLevel, String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- log(InternalLogLevel, String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- log(InternalLogLevel, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- LogEvent - Class in io.micrometer.core.util.internal.logging
-
Simple POJO that represents a log event for test verification purposes.
- LogEvent(InternalLogLevel, String, Throwable) - Constructor for class io.micrometer.core.util.internal.logging.LogEvent
M
- MeterRegistryCompatibilityKit - Class in io.micrometer.core.tck
-
Base class for
MeterRegistrycompatibility tests. - MeterRegistryCompatibilityKit() - Constructor for class io.micrometer.core.tck.MeterRegistryCompatibilityKit
- MockLogger - Class in io.micrometer.core.util.internal.logging
-
Simple implementation of
InternalLoggerthat does not produce any output or delegate the work to another logger, instead it stores every log event in memory so that the recorded log events can be fetched and verified by tests. - MockLoggerFactory - Class in io.micrometer.core.util.internal.logging
-
Simple
InternalLoggerFactoryimplementation that always returns an instance ofMockLoggerso components that fetch the logger this way:InternalLogger logger = InternalLoggerFactory.getInstance(MyClass.class);, get aMockLoggerinstance if they are created usingfactory.injectLogger(MyClass::new)or ifInternalLoggerFactory.setDefaultFactory(mockLoggerFactory);was set previously. - MockLoggerFactory() - Constructor for class io.micrometer.core.util.internal.logging.MockLoggerFactory
N
- name() - Method in class io.micrometer.core.util.internal.logging.MockLogger
- newInstance(String) - Method in class io.micrometer.core.util.internal.logging.MockLoggerFactory
P
- put(String, String) - Method in class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
R
- registry - Variable in class io.micrometer.core.tck.MeterRegistryCompatibilityKit
- registry() - Method in class io.micrometer.core.tck.MeterRegistryCompatibilityKit
- RegistryResolver - Class in io.micrometer.core.tck
-
Deprecated.
- RegistryResolver() - Constructor for class io.micrometer.core.tck.RegistryResolver
-
Deprecated.
- resolveParameter(ParameterContext, ExtensionContext) - Method in class io.micrometer.core.tck.RegistryResolver
-
Deprecated.
S
- step() - Method in class io.micrometer.core.tck.MeterRegistryCompatibilityKit
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.micrometer.core.tck.RegistryResolver
-
Deprecated.
T
- toString() - Method in class io.micrometer.core.util.internal.logging.LogEvent
- trace(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- trace(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- trace(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- trace(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- trace(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- trace(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
V
W
- warn(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- warn(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- warn(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- warn(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- warn(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
- warn(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
All Classes and Interfaces|All Packages
MeterRegistryCompatibilityKit.registryinstead.