Interface OperationMetrics
- 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 creating a
OperationListener instance that records operation metrics.-
Method Summary
Modifier and TypeMethodDescriptioncreate(io.opentelemetry.api.metrics.Meter meter) Returns aOperationListenerthat records operation metrics using the givenMeter.
-
Method Details
-
create
Returns aOperationListenerthat records operation metrics using the givenMeter.
-