Class AttributedLongCounter

java.lang.Object
org.apache.solr.metrics.otel.instruments.AttributedLongCounter
Direct Known Subclasses:
DualRegistryAttributedLongCounter

public class AttributedLongCounter extends Object
  • Constructor Details

    • AttributedLongCounter

      public AttributedLongCounter(io.opentelemetry.api.metrics.LongCounter baseCounter, io.opentelemetry.api.common.Attributes attributes)
  • Method Details

    • inc

      public final void inc()
    • add

      public void add(Long value)