final class MetricCollection extends AnyRef

Source
MetricCollection.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricCollection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++(other: MetricCollection): MetricCollection
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def appendDoubleCounter(name: Name, help: Help, labels: Map[Name, String], value: Double): MetricCollection
  6. def appendDoubleCounter(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Double, IndexedSeq[String])]): MetricCollection
  7. def appendDoubleGauge(name: Name, help: Help, labels: Map[Name, String], value: Double): MetricCollection
  8. def appendDoubleGauge(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Double, IndexedSeq[String])]): MetricCollection
  9. def appendDoubleHistogram(name: Name, help: Help, labels: Map[Name, String], buckets: NonEmptySeq[Double], value: Value[Double]): MetricCollection
  10. def appendDoubleHistogram(name: Name, help: Help, labelNames: IndexedSeq[Name], buckets: NonEmptySeq[Double], values: List[(Value[Double], IndexedSeq[String])]): MetricCollection
  11. def appendDoubleSummary(name: Name, help: Help, labels: Map[Name, String], value: Value[Double]): MetricCollection
  12. def appendDoubleSummary(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Value[Double], IndexedSeq[String])]): MetricCollection
  13. def appendLongCounter(name: Name, help: Help, labels: Map[Name, String], value: Long): MetricCollection
  14. def appendLongCounter(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Long, IndexedSeq[String])]): MetricCollection
  15. def appendLongGauge(name: Name, help: Help, labels: Map[Name, String], value: Long): MetricCollection
  16. def appendLongGauge(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Long, IndexedSeq[String])]): MetricCollection
  17. def appendLongHistogram(name: Name, help: Help, labels: Map[Name, String], buckets: NonEmptySeq[Long], value: Value[Long]): MetricCollection
  18. def appendLongHistogram(name: Name, help: Help, labelNames: IndexedSeq[Name], buckets: NonEmptySeq[Long], values: List[(Value[Long], IndexedSeq[String])]): MetricCollection
  19. def appendLongSummary(name: Name, help: Help, labels: Map[Name, String], value: Value[Long]): MetricCollection
  20. def appendLongSummary(name: Name, help: Help, labelNames: IndexedSeq[Name], values: List[(Value[Long], IndexedSeq[String])]): MetricCollection
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. val counters: Map[(Name, IndexedSeq[Name]), List[MetricCollection.Value.Counter]]
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. val gauges: Map[(Name, IndexedSeq[Name]), List[MetricCollection.Value.Gauge]]
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. val histograms: Map[(Name, IndexedSeq[Name]), List[MetricCollection.Value.Histogram]]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. val summaries: Map[(Name, IndexedSeq[Name]), List[MetricCollection.Value.Summary]]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped