Interface InstrumentationLibrarySpansOrBuilder

    • Method Detail

      • hasInstrumentationLibrary

        boolean hasInstrumentationLibrary()
         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).
         
        .opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
      • getInstrumentationLibrary

        InstrumentationLibrary getInstrumentationLibrary()
         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).
         
        .opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
      • getInstrumentationLibraryOrBuilder

        InstrumentationLibraryOrBuilder getInstrumentationLibraryOrBuilder()
         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).
         
        .opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
      • getSpansList

        List<Span> getSpansList()
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSpans

        Span getSpans​(int index)
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSpansCount

        int getSpansCount()
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSpansOrBuilderList

        List<? extends SpanOrBuilder> getSpansOrBuilderList()
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSpansOrBuilder

        SpanOrBuilder getSpansOrBuilder​(int index)
         A list of Spans that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.trace.v1.Span spans = 2;
      • getSchemaUrl

        String getSchemaUrl()
         This schema_url applies to all spans and span events in the "spans" field.
         
        string schema_url = 3;
      • getSchemaUrlBytes

        com.google.protobuf.ByteString getSchemaUrlBytes()
         This schema_url applies to all spans and span events in the "spans" field.
         
        string schema_url = 3;