Index

A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractCacheMetricsTest - Class in io.micrometer.core.instrument.binder.cache
Base class for cache metrics tests.
AbstractCacheMetricsTest() - Constructor for class io.micrometer.core.instrument.binder.cache.AbstractCacheMetricsTest
 
add(Duration, StepMeterRegistry) - Method in class io.micrometer.core.instrument.step.PollingAwareMockStepClock
Advances clock by the duration specified and does StepMeterRegistry.pollMetersToRollover() if necessary.
assertThat(MeterRegistry) - Static method in class io.micrometer.core.tck.MeterRegistryAssert
Creates the assert object for MeterRegistry.

B

binder() - Method in class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
 

C

cache - Variable in class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
 
CacheMeterBinderCompatibilityKit<C> - 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.common.util.internal.logging.MockLogger
Removes all the events that were recorded so far.
clear() - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
Removes all the events that were recorded so far.
clientInstrumentedWithMetrics() - Method in class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
Provide your client with instrumentation required for registering metrics.
clientInstrumentedWithObservations() - Method in class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
Provide your client with instrumentation required for registering metrics via ObservationRegistry.
createCache() - Method in class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
The return value will be assigned to CacheMeterBinderCompatibilityKit.cache.
createObservationRegistryWithMetrics() - Method in class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
 
createObservationRegistryWithMetrics() - Method in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests
 

D

debug(String) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
debug(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
debug(String, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
debug(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
debug(String, Object...) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
debug(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
debug(String, Object, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
debug(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
debug(String, Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
debug(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
debug(Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
debug(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
DefaultLongTaskTimerTest - Class in io.micrometer.core.tck
 
DefaultLongTaskTimerTest() - Constructor for class io.micrometer.core.tck.DefaultLongTaskTimerTest
 
dereferenceCache() - Method in class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
Performs any actions necessary to fully dereference the cache object.
doesNotHaveMeterWithName(String) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a meter with given name does not exist in the provided MeterRegistry.
doesNotHaveMeterWithNameAndTagKeys(String, String...) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a meter with given name and tag keys does not exist in the provided MeterRegistry.
doesNotHaveMeterWithNameAndTags(String, KeyValues) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a meter with given name and key-value tags does not exist in the provided MeterRegistry.
doesNotHaveMeterWithNameAndTags(String, Tags) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a meter with given name and key-value tags does not exist in the provided MeterRegistry.
doesNotHaveTimerWithName(String) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a timer with given name does not exist in the provided MeterRegistry.
doesNotHaveTimerWithNameAndTagKeys(String, String...) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a timer with given name and tag keys does not exist in the provided MeterRegistry.
doesNotHaveTimerWithNameAndTags(String, KeyValues) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a timer with given name and key-value tags does not exist in the provided MeterRegistry.
doesNotHaveTimerWithNameAndTags(String, Tags) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a timer with given name and key-value tags does not exist in the provided MeterRegistry.

E

equals(Object) - Method in class io.micrometer.common.util.internal.logging.LogEvent
 
equals(Object) - Method in class io.micrometer.core.util.internal.logging.LogEvent
Deprecated.
 
error(String) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
error(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
error(String, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
error(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
error(String, Object...) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
error(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
error(String, Object, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
error(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
error(String, Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
error(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
error(Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
error(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
ERROR - Static variable in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests.InstrumentedRoutes
Path for the route that will respond with a 500 server error to a POST method request.
expectedTag - Variable in class io.micrometer.core.instrument.binder.cache.AbstractCacheMetricsTest
 

F

fetch(MeterRegistry, String) - Method in class io.micrometer.core.instrument.binder.cache.AbstractCacheMetricsTest
 
fetch(MeterRegistry, String, Iterable<Tag>) - Method in class io.micrometer.core.instrument.binder.cache.AbstractCacheMetricsTest
 

G

get(String) - Method in class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
 
GET - Enum constant in enum class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests.HttpMethod
 
getCause() - Method in class io.micrometer.common.util.internal.logging.LogEvent
 
getCause() - Method in class io.micrometer.core.util.internal.logging.LogEvent
Deprecated.
 
getLevel() - Method in class io.micrometer.common.util.internal.logging.LogEvent
 
getLevel() - Method in class io.micrometer.core.util.internal.logging.LogEvent
Deprecated.
 
getLogEvents() - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
getLogEvents() - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
getLogger(Class<?>) - Method in class io.micrometer.common.util.internal.logging.MockLoggerFactory
A convenient way to create a logger.
getLogger(Class<?>) - Method in class io.micrometer.core.util.internal.logging.MockLoggerFactory
Deprecated.
A convenient way to create a logger.
getLogger(String) - Method in class io.micrometer.common.util.internal.logging.MockLoggerFactory
A convenient way to create a logger.
getLogger(String) - Method in class io.micrometer.core.util.internal.logging.MockLoggerFactory
Deprecated.
A convenient way to create a logger.
getMessage() - Method in class io.micrometer.common.util.internal.logging.LogEvent
 
getMessage() - Method in class io.micrometer.core.util.internal.logging.LogEvent
Deprecated.
 
getObservationRegistry() - Method in class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
 
getObservationRegistry() - Method in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests
 
getRegistry() - Method in class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
MeterRegistry to use for instrumentation verification tests.
getRegistry() - Method in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests
MeterRegistry to use for instrumentation verification tests.

H

hashCode() - Method in class io.micrometer.common.util.internal.logging.LogEvent
 
hashCode() - Method in class io.micrometer.core.util.internal.logging.LogEvent
Deprecated.
 
hasMeterWithName(String) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a meter with given name exists in the provided MeterRegistry.
hasMeterWithNameAndTagKeys(String, String...) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a meter with given name and tag keys exists in the provided MeterRegistry.
hasMeterWithNameAndTags(String, KeyValues) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a meter with given name and key-value tags exists in the provided MeterRegistry.
hasMeterWithNameAndTags(String, Tags) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a meter with given name and key-value tags exists in the provided MeterRegistry.
hasNoMetrics() - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that there are no metrics in the registry.
hasTimerWithName(String) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a timer with given name exists in the provided MeterRegistry.
hasTimerWithNameAndTagKeys(String, String...) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a timer with given name and tag keys exists in the provided MeterRegistry.
hasTimerWithNameAndTags(String, KeyValues) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a timer with given name and key-value tags exists in the provided MeterRegistry.
hasTimerWithNameAndTags(String, Tags) - Method in class io.micrometer.core.tck.MeterRegistryAssert
Verifies that a timer with given name and key-value tags exists in the provided MeterRegistry.
httpClient() - Method in class io.micrometer.core.ipc.http.HttpSenderCompatibilityKit
 
HttpClientTimingInstrumentationVerificationTests<CLIENT> - Class in io.micrometer.core.instrument
Test suite for HTTP client timing instrumentation that verifies the expected metrics are registered and recorded after different scenarios.
HttpClientTimingInstrumentationVerificationTests() - Constructor for class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
 
HttpClientTimingInstrumentationVerificationTests.HttpMethod - Enum Class in io.micrometer.core.instrument
HTTP Method to verify.
httpSender - Variable in class io.micrometer.core.ipc.http.HttpSenderCompatibilityKit
 
HttpSenderCompatibilityKit - Class in io.micrometer.core.ipc.http
A compatibility kit to verify HttpSender implementations.
HttpSenderCompatibilityKit() - Constructor for class io.micrometer.core.ipc.http.HttpSenderCompatibilityKit
 
HttpServerTimingInstrumentationVerificationTests - Class in io.micrometer.core.instrument
Verify the instrumentation of an HTTP server has the minimum expected results.
HttpServerTimingInstrumentationVerificationTests() - Constructor for class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests
 
HttpServerTimingInstrumentationVerificationTests.InstrumentedRoutes - Class in io.micrometer.core.instrument
Class containing constants that can be used for implementing the HTTP routes that the instrumented server needs to serve to pass the HttpServerTimingInstrumentationVerificationTests.

I

info(String) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
info(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
info(String, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
info(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
info(String, Object...) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
info(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
info(String, Object, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
info(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
info(String, Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
info(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
info(Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
info(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
injectLogger(Supplier<T>) - Method in class io.micrometer.common.util.internal.logging.MockLoggerFactory
A factory method that returns the result of the given Supplier and it also injects the default factory.
injectLogger(Supplier<T>) - Method in class io.micrometer.core.util.internal.logging.MockLoggerFactory
Deprecated.
A factory method that returns the result of the given Supplier and also injects the default factory.
InstrumentedRoutes() - Constructor for class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests.InstrumentedRoutes
 
io.micrometer.common.util.internal.logging - package io.micrometer.common.util.internal.logging
 
io.micrometer.core - package io.micrometer.core
Support for testing.
io.micrometer.core.instrument - package io.micrometer.core.instrument
 
io.micrometer.core.instrument.binder.cache - package io.micrometer.core.instrument.binder.cache
Support for testing cache meter binders.
io.micrometer.core.instrument.step - package io.micrometer.core.instrument.step
 
io.micrometer.core.ipc.http - package io.micrometer.core.ipc.http
Support for testing HttpSender classes.
io.micrometer.core.tck - package io.micrometer.core.tck
TCK for MeterRegistry classes.
io.micrometer.core.util.internal.logging - package io.micrometer.core.util.internal.logging
Support for testing internal logging.
isDebugEnabled() - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
isDebugEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
isEnabled(InternalLogLevel) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
isEnabled(InternalLogLevel) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
isErrorEnabled() - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
isErrorEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
isInfoEnabled() - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
isInfoEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
Issue - Annotation Interface in io.micrometer.core
Marks a test as related to a Github issue.
isTraceEnabled() - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
isTraceEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
isWarnEnabled() - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
isWarnEnabled() - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 

L

log(InternalLogLevel, String) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
log(InternalLogLevel, String, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
log(InternalLogLevel, String, Object...) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
log(InternalLogLevel, String, Object, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
log(InternalLogLevel, String, Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
log(InternalLogLevel, Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
log(InternalLogLevel, String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
log(InternalLogLevel, String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
log(InternalLogLevel, String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
log(InternalLogLevel, String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
log(InternalLogLevel, String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
log(InternalLogLevel, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
LogEvent - Class in io.micrometer.common.util.internal.logging
Simple POJO that represents a log event for test verification purposes.
LogEvent - Class in io.micrometer.core.util.internal.logging
Deprecated.
Please use LogEvent instead.
LogEvent(InternalLogLevel, String, Throwable) - Constructor for class io.micrometer.common.util.internal.logging.LogEvent
 
LogEvent(InternalLogLevel, String, Throwable) - Constructor for class io.micrometer.core.util.internal.logging.LogEvent
Deprecated.
 

M

MeterRegistryAssert - Class in io.micrometer.core.tck
Assertion methods for MeterRegistrys.
MeterRegistryAssert(MeterRegistry) - Constructor for class io.micrometer.core.tck.MeterRegistryAssert
 
MeterRegistryCompatibilityKit - Class in io.micrometer.core.tck
Base class for MeterRegistry compatibility tests.
MeterRegistryCompatibilityKit() - Constructor for class io.micrometer.core.tck.MeterRegistryCompatibilityKit
 
MockLogger - Class in io.micrometer.common.util.internal.logging
Simple implementation of InternalLogger that 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.
MockLogger - Class in io.micrometer.core.util.internal.logging
Deprecated.
Please use MockLogger instead.
MockLoggerFactory - Class in io.micrometer.common.util.internal.logging
Simple InternalLoggerFactory implementation that always returns an instance of MockLogger so components that fetch the logger this way: InternalLogger logger = InternalLoggerFactory.getInstance(MyClass.class);, get a MockLogger instance if they are created using factory.injectLogger(MyClass::new) or if InternalLoggerFactory.setDefaultFactory(mockLoggerFactory); was set previously.
MockLoggerFactory - Class in io.micrometer.core.util.internal.logging
Deprecated.
Please use MockLoggerFactory instead.
MockLoggerFactory() - Constructor for class io.micrometer.common.util.internal.logging.MockLoggerFactory
 
MockLoggerFactory() - Constructor for class io.micrometer.core.util.internal.logging.MockLoggerFactory
Deprecated.
 
monotonicTime() - Method in class io.micrometer.core.instrument.step.PollingAwareMockStepClock
 

N

name() - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
name() - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
newInstance(String) - Method in class io.micrometer.common.util.internal.logging.MockLoggerFactory
 
newInstance(String) - Method in class io.micrometer.core.util.internal.logging.MockLoggerFactory
Deprecated.
 

O

observationDocumentation() - Method in class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
If an ObservationDocumentation is provided the tests run will check that the produced instrumentation matches the given ObservationDocumentation.
observationDocumentation() - Method in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests
If an ObservationDocumentation is provided the tests run will check that the produced instrumentation matches the given ObservationDocumentation.
observationRegistry - Variable in class io.micrometer.core.tck.MeterRegistryCompatibilityKit
 

P

PollingAwareMockStepClock - Class in io.micrometer.core.instrument.step
A clock meant to be used for testing StepMeterRegistry.
PollingAwareMockStepClock(StepRegistryConfig) - Constructor for class io.micrometer.core.instrument.step.PollingAwareMockStepClock
 
POST - Enum constant in enum class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests.HttpMethod
 
put(String, String) - Method in class io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit
 

R

REDIRECT - Static variable in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests.InstrumentedRoutes
Path for the route that will redirect with status code 302 to the HttpServerTimingInstrumentationVerificationTests.InstrumentedRoutes.ROOT route.
registry - Variable in class io.micrometer.core.tck.MeterRegistryCompatibilityKit
 
registry() - Method in class io.micrometer.core.tck.MeterRegistryCompatibilityKit
 
ROOT - Static variable in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests.InstrumentedRoutes
Path for the root route.

S

sendHttpRequest(CLIENT, HttpClientTimingInstrumentationVerificationTests.HttpMethod, byte[], URI, String, String...) - Method in class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
Send an HTTP request using the instrumented HTTP client to the given base URL and path on the locally running server.
startInstrumentedWithMetricsServer() - Method in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests
Start the instrumented HTTP server to be tested.
startInstrumentedWithObservationsServer() - Method in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests
Start the instrumented HTTP server to be tested.
step() - Method in class io.micrometer.core.tck.MeterRegistryCompatibilityKit
 
stopInstrumentedServer() - Method in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests
substitutePathVariables(String, String...) - Method in class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
Convenience method provided to substitute the template placeholders for the provided path variables.

T

TEMPLATED_ROUTE - Static variable in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests.InstrumentedRoutes
Path for the route with a path variable.
then(MeterRegistry) - Static method in class io.micrometer.core.tck.MeterRegistryAssert
Creates the assert object for MeterRegistry.
timerName() - Method in class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests
 
timerName() - Method in class io.micrometer.core.instrument.HttpServerTimingInstrumentationVerificationTests
 
toString() - Method in class io.micrometer.common.util.internal.logging.LogEvent
 
toString() - Method in class io.micrometer.core.util.internal.logging.LogEvent
Deprecated.
 
trace(String) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
trace(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
trace(String, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
trace(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
trace(String, Object...) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
trace(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
trace(String, Object, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
trace(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
trace(String, Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
trace(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
trace(Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
trace(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 

V

value() - Element in annotation interface io.micrometer.core.Issue
 
valueOf(String) - Static method in enum class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests.HttpMethod
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.micrometer.core.instrument.HttpClientTimingInstrumentationVerificationTests.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
verifyCommonCacheMetrics(MeterRegistry, CacheMeterBinder<?>) - Method in class io.micrometer.core.instrument.binder.cache.AbstractCacheMetricsTest
Verifies base metrics presence

W

wallTime() - Method in class io.micrometer.core.instrument.step.PollingAwareMockStepClock
 
warn(String) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
warn(String) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
warn(String, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
warn(String, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
warn(String, Object...) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
warn(String, Object...) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
warn(String, Object, Object) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
warn(String, Object, Object) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
warn(String, Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
warn(String, Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
warn(Throwable) - Method in class io.micrometer.common.util.internal.logging.MockLogger
 
warn(Throwable) - Method in class io.micrometer.core.util.internal.logging.MockLogger
Deprecated.
 
A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values