Interface RequestMetrics

All Superinterfaces:
OperationMetrics

@Deprecated public interface RequestMetrics extends OperationMetrics
Deprecated.
Use OperationMetrics instead.
A factory for creating a RequestListener instance that records operation metrics.
  • Method Summary

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