Class/Object

io.prometheus.client.metrics

Histogram

Related Docs: object Histogram | package metrics

Permalink

final case class Histogram(sampleCount: Option[Long] = None, sampleSum: Option[Double] = None, bucket: Seq[Bucket] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Histogram] with Updatable[Histogram] with Product with Serializable

bucket

Ordered in increasing order of upper_bound, +Inf bucket is optional.

Annotations
@SerialVersionUID()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Histogram
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Histogram(sampleCount: Option[Long] = None, sampleSum: Option[Double] = None, bucket: Seq[Bucket] = _root_.scala.collection.Seq.empty)

    Permalink

    bucket

    Ordered in increasing order of upper_bound, +Inf bucket is optional.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllBucket(__vs: TraversableOnce[Bucket]): Histogram

    Permalink
  5. def addBucket(__vs: Bucket*): Histogram

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val bucket: Seq[Bucket]

    Permalink

    Ordered in increasing order of upper_bound, +Inf bucket is optional.

  8. def clearBucket: Histogram

    Permalink
  9. def clearSampleCount: Histogram

    Permalink
  10. def clearSampleSum: Histogram

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def companion: Histogram.type

    Permalink
    Definition Classes
    Histogram → GeneratedMessage
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    Histogram → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    Histogram → GeneratedMessage
  18. def getSampleCount: Long

    Permalink
  19. def getSampleSum: Double

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def mergeFrom(_input__: CodedInputStream): Histogram

    Permalink
    Definition Classes
    Histogram → Message
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val sampleCount: Option[Long]

    Permalink
  26. val sampleSum: Option[Double]

    Permalink
  27. final def serializedSize: Int

    Permalink
    Definition Classes
    Histogram → GeneratedMessage
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  30. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  31. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  32. def toString(): String

    Permalink
    Definition Classes
    Histogram → AnyRef → Any
  33. def update(ms: (Lens[Histogram, Histogram]) ⇒ Mutation[Histogram]*): Histogram

    Permalink
    Definition Classes
    Updatable
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withBucket(__v: Seq[Bucket]): Histogram

    Permalink
  38. def withSampleCount(__v: Long): Histogram

    Permalink
  39. def withSampleSum(__v: Double): Histogram

    Permalink
  40. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  41. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    Histogram → GeneratedMessage
  42. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[Histogram]

Inherited from Message[Histogram]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped