Interface AutoHttpMetricsProvider
A type which, given
MetricsObserverConfig, can provide a
Filter which registers and updates meters for measuring
HTTP requests (for example, implementing metrics semantic conventions).-
Method Summary
Modifier and TypeMethodDescriptionfilter(MetricsObserverConfig config) Provides aFilterwhich uses the supplied configuration to search for, register if needed, and update metrics for each routing.
-
Method Details
-
filter
Provides aFilterwhich uses the supplied configuration to search for, register if needed, and update metrics for each routing.- Parameters:
config-MetricsObserverConfigwhich determines some of the filter's behavior- Returns:
- the resulting filter
-