Interface RequestMetrics
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A factory for a
RequestListener for recording metrics using a Meter.-
Method Summary
Modifier and TypeMethodDescriptioncreate(io.opentelemetry.api.metrics.Meter meter) Returns aRequestListenerfor recording metrics using the givenMeter.
-
Method Details
-
create
Returns aRequestListenerfor recording metrics using the givenMeter.
-