io.opentelemetry.proto.trace.v1
InstrumentationLibrarySpans
Companion object InstrumentationLibrarySpans
final case class InstrumentationLibrarySpans(instrumentationLibrary: Option[InstrumentationLibrary] = _root_.scala.None, spans: Seq[Span] = _root_.scala.Seq.empty, schemaUrl: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[InstrumentationLibrarySpans] with Product with Serializable
A collection of Spans produced by an InstrumentationLibrary. InstrumentationLibrarySpans is wire-compatible with ScopeSpans for binary Protobuf format. This message is deprecated and will be removed on June 15, 2022.
- instrumentationLibrary
The instrumentation library information for the spans in this message. Semantically when InstrumentationLibrary isn't set, it is equivalent with an empty instrumentation library name (unknown).
- spans
A list of Spans that originate from an instrumentation library.
- schemaUrl
This schema_url applies to all spans and span events in the "spans" field.
- Annotations
- @SerialVersionUID() @deprecated
- Deprecated
(Since version ) Marked as deprecated in proto file
- Alphabetic
- By Inheritance
- InstrumentationLibrarySpans
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
InstrumentationLibrarySpans(instrumentationLibrary: Option[InstrumentationLibrary] = _root_.scala.None, spans: Seq[Span] = _root_.scala.Seq.empty, schemaUrl: String = "", unknownFields: UnknownFieldSet = ...)
- instrumentationLibrary
The instrumentation library information for the spans in this message. Semantically when InstrumentationLibrary isn't set, it is equivalent with an empty instrumentation library name (unknown).
- spans
A list of Spans that originate from an instrumentation library.
- schemaUrl
This schema_url applies to all spans and span events in the "spans" field.
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 addAllSpans(__vs: Iterable[Span]): InstrumentationLibrarySpans
- def addSpans(__vs: Span*): InstrumentationLibrarySpans
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearInstrumentationLibrary: InstrumentationLibrarySpans
- def clearSpans: InstrumentationLibrarySpans
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
companion: InstrumentationLibrarySpans.type
- Definition Classes
- InstrumentationLibrarySpans → GeneratedMessage
- def discardUnknownFields: InstrumentationLibrarySpans
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- InstrumentationLibrarySpans → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- InstrumentationLibrarySpans → GeneratedMessage
- def getInstrumentationLibrary: InstrumentationLibrary
- val instrumentationLibrary: Option[InstrumentationLibrary]
-
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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val schemaUrl: String
-
def
serializedSize: Int
- Definition Classes
- InstrumentationLibrarySpans → GeneratedMessage
- val spans: Seq[Span]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- InstrumentationLibrarySpans → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[InstrumentationLibrarySpans, InstrumentationLibrarySpans]) ⇒ Mutation[InstrumentationLibrarySpans]*): InstrumentationLibrarySpans
- 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 withInstrumentationLibrary(__v: InstrumentationLibrary): InstrumentationLibrarySpans
- def withSchemaUrl(__v: String): InstrumentationLibrarySpans
- def withSpans(__v: Seq[Span]): InstrumentationLibrarySpans
- def withUnknownFields(__v: UnknownFieldSet): InstrumentationLibrarySpans
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- InstrumentationLibrarySpans → 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