Interface InstrumentationLibraryMetricsOrBuilder

    • Method Detail

      • hasInstrumentationLibrary

        boolean hasInstrumentationLibrary()
        Deprecated.
         The instrumentation library information for the metrics 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;
        Returns:
        Whether the instrumentationLibrary field is set.
      • getInstrumentationLibrary

        InstrumentationLibrary getInstrumentationLibrary()
        Deprecated.
         The instrumentation library information for the metrics 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;
        Returns:
        The instrumentationLibrary.
      • getInstrumentationLibraryOrBuilder

        InstrumentationLibraryOrBuilder getInstrumentationLibraryOrBuilder()
        Deprecated.
         The instrumentation library information for the metrics 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;
      • getMetricsList

        List<Metric> getMetricsList()
        Deprecated.
         A list of metrics that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
      • getMetrics

        Metric getMetrics​(int index)
        Deprecated.
         A list of metrics that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
      • getMetricsCount

        int getMetricsCount()
        Deprecated.
         A list of metrics that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
      • getMetricsOrBuilderList

        List<? extends MetricOrBuilder> getMetricsOrBuilderList()
        Deprecated.
         A list of metrics that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
      • getMetricsOrBuilder

        MetricOrBuilder getMetricsOrBuilder​(int index)
        Deprecated.
         A list of metrics that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.metrics.v1.Metric metrics = 2;
      • getSchemaUrl

        String getSchemaUrl()
        Deprecated.
         This schema_url applies to all metrics in the "metrics" field.
         
        string schema_url = 3;
        Returns:
        The schemaUrl.
      • getSchemaUrlBytes

        com.google.protobuf.ByteString getSchemaUrlBytes()
        Deprecated.
         This schema_url applies to all metrics in the "metrics" field.
         
        string schema_url = 3;
        Returns:
        The bytes for schemaUrl.