Packages

class DomainMetrics extends NodeMetrics

Annotations
@GroupTag("canton.<component>.sequencer-client", classOf[SequencerClientMetrics])
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DomainMetrics
  2. NodeMetrics
  3. Factory
  4. DropwizardFactory
  5. Factory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DomainMetrics(prefix: MetricName, registry: MetricRegistry, grpcMetrics: GrpcServerMetrics)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def counter(name: MetricName, description: String)(implicit context: MetricsContext): Counter
    Definition Classes
    DropwizardFactory → Factory
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def gauge[T](name: MetricName, initial: T, description: String)(implicit context: MetricsContext): Gauge[T]
    Definition Classes
    DropwizardFactory → Factory
  10. def gaugeWithSupplier[T](name: MetricName, gaugeSupplier: () => T, description: String)(implicit context: MetricsContext): Unit
    Definition Classes
    DropwizardFactory → Factory
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. val grpcMetrics: GrpcServerMetrics
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def histogram(name: MetricName, description: String)(implicit context: MetricsContext): Histogram
    Definition Classes
    DropwizardFactory → Factory
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def loadGauge(name: MetricName, interval: FiniteDuration, timer: Timer): TimedLoadGauge
    Definition Classes
    Factory
  17. def meter(name: MetricName, description: String)(implicit context: MetricsContext): Meter
    Definition Classes
    DropwizardFactory → Factory
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val prefix: MetricName
    Definition Classes
    DomainMetricsFactory
  22. def reRegisterGauge[T, G <: Gauge[T]](name: MetricName, gauge: G): G
    Attributes
    protected
    Definition Classes
    DropwizardFactory
  23. def refGauge[T](name: MetricName, empty: T): RefGauge[T]
    Definition Classes
    Factory
  24. val registry: MetricRegistry
    Definition Classes
    DomainMetrics → DropwizardFactory
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def timer(name: MetricName, description: String)(implicit context: MetricsContext): Timer
    Definition Classes
    DropwizardFactory → Factory
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. object dbStorage extends DbStorageMetrics
    Definition Classes
    DomainMetricsNodeMetrics
  32. object mediator extends MediatorMetrics
  33. object sequencer extends SequencerMetrics
  34. object topologyManager extends IdentityManagerMetrics

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from NodeMetrics

Inherited from Factory

Inherited from DropwizardFactory

Inherited from Factory

Inherited from AnyRef

Inherited from Any

Ungrouped