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.

@FunctionalInterface public interface OperationMetrics
A factory for creating a OperationListener instance that records operation metrics.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(io.opentelemetry.api.metrics.Meter meter)
    Returns a OperationListener that records operation metrics using the given Meter.
  • Method Details