final case class NumberDataPoint(attributes: Seq[KeyValue] = _root_.scala.Seq.empty, startTimeUnixNano: Long = 0L, timeUnixNano: Long = 0L, value: Value = ..., exemplars: Seq[Exemplar] = _root_.scala.Seq.empty, flags: Int = 0, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[NumberDataPoint] with Product with Serializable
NumberDataPoint is a single data point in a timeseries that describes the time-varying scalar value of a metric.
- attributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
- startTimeUnixNano
StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
- timeUnixNano
TimeUnixNano is required, see the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
- exemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
- flags
Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- NumberDataPoint
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
NumberDataPoint(attributes: Seq[KeyValue] = _root_.scala.Seq.empty, startTimeUnixNano: Long = 0L, timeUnixNano: Long = 0L, value: Value = ..., exemplars: Seq[Exemplar] = _root_.scala.Seq.empty, flags: Int = 0, unknownFields: UnknownFieldSet = ...)
- attributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
- startTimeUnixNano
StartTimeUnixNano is optional but strongly encouraged, see the the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
- timeUnixNano
TimeUnixNano is required, see the detailed comments above Metric. Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
- exemplars
(Optional) List of exemplars collected from measurements that were used to form the data point
- flags
Flags that apply to this specific data point. See DataPointFlags for the available flags and their meaning.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllAttributes(__vs: Iterable[KeyValue]): NumberDataPoint
- def addAllExemplars(__vs: Iterable[Exemplar]): NumberDataPoint
- def addAttributes(__vs: KeyValue*): NumberDataPoint
- def addExemplars(__vs: Exemplar*): NumberDataPoint
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Seq[KeyValue]
- def clearAttributes: NumberDataPoint
- def clearExemplars: NumberDataPoint
- def clearValue: NumberDataPoint
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: NumberDataPoint.type
- Definition Classes
- NumberDataPoint → GeneratedMessage
- def discardUnknownFields: NumberDataPoint
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exemplars: Seq[Exemplar]
- val flags: Int
- def getAsDouble: Double
- def getAsInt: Long
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- NumberDataPoint → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- NumberDataPoint → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
serializedSize: Int
- Definition Classes
- NumberDataPoint → GeneratedMessage
- val startTimeUnixNano: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeUnixNano: Long
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- NumberDataPoint → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[NumberDataPoint, NumberDataPoint]) ⇒ Mutation[NumberDataPoint]*): NumberDataPoint
- Definition Classes
- Updatable
- val value: Value
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withAsDouble(__v: Double): NumberDataPoint
- def withAsInt(__v: Long): NumberDataPoint
- def withAttributes(__v: Seq[KeyValue]): NumberDataPoint
- def withExemplars(__v: Seq[Exemplar]): NumberDataPoint
- def withFlags(__v: Int): NumberDataPoint
- def withStartTimeUnixNano(__v: Long): NumberDataPoint
- def withTimeUnixNano(__v: Long): NumberDataPoint
- def withUnknownFields(__v: UnknownFieldSet): NumberDataPoint
- def withValue(__v: Value): NumberDataPoint
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- NumberDataPoint → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated