final case class Event(timeUnixNano: Long = 0L, name: String = "", attributes: Seq[KeyValue] = _root_.scala.Seq.empty, droppedAttributesCount: Int = 0, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Event] with Product with Serializable
Event is a time-stamped annotation of the span, consisting of user-supplied text description and key-value pairs.
- timeUnixNano
time_unix_nano is the time the event occurred.
- name
name of the event. This field is semantically required to be set to non-empty string.
- attributes
attributes is a collection of attribute key/value pairs on the event. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
- droppedAttributesCount
dropped_attributes_count is the number of dropped attributes. If the value is 0, then no attributes were dropped.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Event
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Event(timeUnixNano: Long = 0L, name: String = "", attributes: Seq[KeyValue] = _root_.scala.Seq.empty, droppedAttributesCount: Int = 0, unknownFields: UnknownFieldSet = ...)
- timeUnixNano
time_unix_nano is the time the event occurred.
- name
name of the event. This field is semantically required to be set to non-empty string.
- attributes
attributes is a collection of attribute key/value pairs on the event. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
- droppedAttributesCount
dropped_attributes_count is the number of dropped attributes. If the value is 0, then no attributes were dropped.
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]): Event
- def addAttributes(__vs: KeyValue*): Event
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Seq[KeyValue]
- def clearAttributes: Event
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
companion: Event.type
- Definition Classes
- Event → GeneratedMessage
- def discardUnknownFields: Event
- val droppedAttributesCount: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- Event → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Event → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
-
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
- Event → GeneratedMessage
-
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
- Event → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[Event, Event]) ⇒ Mutation[Event]*): Event
- Definition Classes
- Updatable
-
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 withAttributes(__v: Seq[KeyValue]): Event
- def withDroppedAttributesCount(__v: Int): Event
- def withName(__v: String): Event
- def withTimeUnixNano(__v: Long): Event
- def withUnknownFields(__v: UnknownFieldSet): Event
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Event → 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