Packages

object Span extends GeneratedMessageCompanion[Span]

Linear Supertypes
GeneratedMessageCompanion[Span], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Span
  2. GeneratedMessageCompanion
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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.

    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()
  2. final case class Link(traceId: ByteString = ..., spanId: ByteString = ..., traceState: String = "", attributes: Seq[KeyValue] = _root_.scala.Seq.empty, droppedAttributesCount: Int = 0, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[Link] with Product with Serializable

    A pointer from the current span to another span in the same trace or in a different trace.

    A pointer from the current span to another span in the same trace or in a different trace. For example, this can be used in batching operations, where a single batch handler processes multiple requests from different traces or when the handler receives a request from a different project.

    traceId

    A unique identifier of a trace that this linked span is part of. The ID is a 16-byte array.

    spanId

    A unique identifier for the linked span. The ID is an 8-byte array.

    traceState

    The trace_state associated with the link.

    attributes

    attributes is a collection of attribute key/value pairs on the link. 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()
  3. sealed abstract class SpanKind extends GeneratedEnum

    SpanKind is the type of span.

    SpanKind is the type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.

  4. implicit class SpanLens[UpperPB] extends ObjectLens[UpperPB, Span]
  5. type ValueType = Span
    Definition Classes
    GeneratedMessageCompanion

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 val ATTRIBUTES_FIELD_NUMBER: Int(9)
  5. final val DROPPED_ATTRIBUTES_COUNT_FIELD_NUMBER: Int(10)
  6. final val DROPPED_EVENTS_COUNT_FIELD_NUMBER: Int(12)
  7. final val DROPPED_LINKS_COUNT_FIELD_NUMBER: Int(14)
  8. final val END_TIME_UNIX_NANO_FIELD_NUMBER: Int(8)
  9. final val EVENTS_FIELD_NUMBER: Int(11)
  10. final val KIND_FIELD_NUMBER: Int(6)
  11. final val LINKS_FIELD_NUMBER: Int(13)
  12. final val NAME_FIELD_NUMBER: Int(5)
  13. final val PARENT_SPAN_ID_FIELD_NUMBER: Int(4)
  14. final val SPAN_ID_FIELD_NUMBER: Int(2)
  15. final val START_TIME_UNIX_NANO_FIELD_NUMBER: Int(7)
  16. final val STATUS_FIELD_NUMBER: Int(15)
  17. final val TRACE_ID_FIELD_NUMBER: Int(1)
  18. final val TRACE_STATE_FIELD_NUMBER: Int(3)
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  21. lazy val defaultInstance: Span
    Definition Classes
    Span → GeneratedMessageCompanion
  22. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  23. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    Span → GeneratedMessageCompanion
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def fromAscii(s: String): Span
    Definition Classes
    GeneratedMessageCompanion
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def javaDescriptor: Descriptor
    Definition Classes
    Span → GeneratedMessageCompanion
  31. def merge(a: Span, input: CodedInputStream): Span
    Definition Classes
    GeneratedMessageCompanion
  32. implicit def messageCompanion: GeneratedMessageCompanion[Span]
  33. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  34. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    Span → GeneratedMessageCompanion
  35. implicit def messageReads: Reads[Span]
    Definition Classes
    Span → GeneratedMessageCompanion
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    Span → GeneratedMessageCompanion
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def of(traceId: ByteString, spanId: ByteString, traceState: String, parentSpanId: ByteString, name: String, kind: SpanKind, startTimeUnixNano: Long, endTimeUnixNano: Long, attributes: Seq[KeyValue], droppedAttributesCount: Int, events: Seq[Event], droppedEventsCount: Int, links: Seq[Link], droppedLinksCount: Int, status: Option[Status]): Span
  41. def parseDelimitedFrom(input: InputStream): Option[Span]
    Definition Classes
    GeneratedMessageCompanion
  42. def parseDelimitedFrom(input: CodedInputStream): Option[Span]
    Definition Classes
    GeneratedMessageCompanion
  43. def parseFrom(_input__: CodedInputStream): Span
    Definition Classes
    Span → GeneratedMessageCompanion
  44. def parseFrom(s: Array[Byte]): Span
    Definition Classes
    GeneratedMessageCompanion
  45. def parseFrom(input: InputStream): Span
    Definition Classes
    GeneratedMessageCompanion
  46. def scalaDescriptor: Descriptor
    Definition Classes
    Span → GeneratedMessageCompanion
  47. def streamFromDelimitedInput(input: InputStream): Stream[Span]
    Definition Classes
    GeneratedMessageCompanion
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toByteArray(a: Span): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def validate(s: Array[Byte]): Try[Span]
    Definition Classes
    GeneratedMessageCompanion
  52. def validateAscii(s: String): Either[TextFormatError, Span]
    Definition Classes
    GeneratedMessageCompanion
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. object Event extends GeneratedMessageCompanion[Event]
  57. object Link extends GeneratedMessageCompanion[Link]
  58. object SpanKind extends GeneratedEnumCompanion[SpanKind]

Deprecated Value Members

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

Inherited from GeneratedMessageCompanion[Span]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped