类 InstrumentProvider

java.lang.Object
org.apache.pulsar.client.impl.metrics.InstrumentProvider

public class InstrumentProvider extends Object
  • 字段详细资料

  • 构造器详细资料

    • InstrumentProvider

      public InstrumentProvider(io.opentelemetry.api.OpenTelemetry otel)
  • 方法详细资料

    • newCounter

      public Counter newCounter(String name, Unit unit, String description, String topic, io.opentelemetry.api.common.Attributes attributes)
    • newUpDownCounter

      public UpDownCounter newUpDownCounter(String name, Unit unit, String description, String topic, io.opentelemetry.api.common.Attributes attributes)
    • newLatencyHistogram

      public LatencyHistogram newLatencyHistogram(String name, String description, String topic, io.opentelemetry.api.common.Attributes attributes)