类 PrometheusCounterMetrics

java.lang.Object
org.apache.skywalking.oap.server.telemetry.prometheus.BaseMetrics<io.prometheus.client.Counter,io.prometheus.client.Counter.Child>
org.apache.skywalking.oap.server.telemetry.prometheus.PrometheusCounterMetrics
所有已实现的接口:
CounterMetrics

public class PrometheusCounterMetrics extends BaseMetrics<io.prometheus.client.Counter,io.prometheus.client.Counter.Child> implements CounterMetrics
Counter metrics in Prometheus implementor.
  • 构造器详细资料

  • 方法详细资料

    • inc

      public void inc()
      指定者:
      inc 在接口中 CounterMetrics
    • inc

      public void inc(double value)
      指定者:
      inc 在接口中 CounterMetrics
    • create

      protected io.prometheus.client.Counter create(String[] labelNames)
      指定者:
      create 在类中 BaseMetrics<io.prometheus.client.Counter,io.prometheus.client.Counter.Child>