Interface IntExemplarOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    IntExemplar, IntExemplar.Builder

    @Deprecated
    public interface IntExemplarOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    Deprecated.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      StringKeyValue getFilteredLabels​(int index)
      Deprecated.
      The set of labels that were filtered out by the aggregator, but recorded alongside the original measurement.
      int getFilteredLabelsCount()
      Deprecated.
      The set of labels that were filtered out by the aggregator, but recorded alongside the original measurement.
      List<StringKeyValue> getFilteredLabelsList()
      Deprecated.
      The set of labels that were filtered out by the aggregator, but recorded alongside the original measurement.
      StringKeyValueOrBuilder getFilteredLabelsOrBuilder​(int index)
      Deprecated.
      The set of labels that were filtered out by the aggregator, but recorded alongside the original measurement.
      List<? extends StringKeyValueOrBuilder> getFilteredLabelsOrBuilderList()
      Deprecated.
      The set of labels that were filtered out by the aggregator, but recorded alongside the original measurement.
      com.google.protobuf.ByteString getSpanId()
      Deprecated.
      (Optional) Span ID of the exemplar trace.
      long getTimeUnixNano()
      Deprecated.
      time_unix_nano is the exact time when this exemplar was recorded Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January 1970.
      com.google.protobuf.ByteString getTraceId()
      Deprecated.
      (Optional) Trace ID of the exemplar trace.
      long getValue()
      Deprecated.
      Numerical int value of the measurement that was recorded.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getFilteredLabelsList

        List<StringKeyValue> getFilteredLabelsList()
        Deprecated.
         The set of labels that were filtered out by the aggregator, but recorded
         alongside the original measurement. Only labels that were filtered out
         by the aggregator should be included
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue filtered_labels = 1;
      • getFilteredLabels

        StringKeyValue getFilteredLabels​(int index)
        Deprecated.
         The set of labels that were filtered out by the aggregator, but recorded
         alongside the original measurement. Only labels that were filtered out
         by the aggregator should be included
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue filtered_labels = 1;
      • getFilteredLabelsCount

        int getFilteredLabelsCount()
        Deprecated.
         The set of labels that were filtered out by the aggregator, but recorded
         alongside the original measurement. Only labels that were filtered out
         by the aggregator should be included
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue filtered_labels = 1;
      • getFilteredLabelsOrBuilderList

        List<? extends StringKeyValueOrBuilder> getFilteredLabelsOrBuilderList()
        Deprecated.
         The set of labels that were filtered out by the aggregator, but recorded
         alongside the original measurement. Only labels that were filtered out
         by the aggregator should be included
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue filtered_labels = 1;
      • getFilteredLabelsOrBuilder

        StringKeyValueOrBuilder getFilteredLabelsOrBuilder​(int index)
        Deprecated.
         The set of labels that were filtered out by the aggregator, but recorded
         alongside the original measurement. Only labels that were filtered out
         by the aggregator should be included
         
        repeated .opentelemetry.proto.common.v1.StringKeyValue filtered_labels = 1;
      • getTimeUnixNano

        long getTimeUnixNano()
        Deprecated.
         time_unix_nano is the exact time when this exemplar was recorded
         Value is UNIX Epoch time in nanoseconds since 00:00:00 UTC on 1 January
         1970.
         
        fixed64 time_unix_nano = 2;
      • getValue

        long getValue()
        Deprecated.
         Numerical int value of the measurement that was recorded.
         
        sfixed64 value = 3;
      • getSpanId

        com.google.protobuf.ByteString getSpanId()
        Deprecated.
         (Optional) Span ID of the exemplar trace.
         span_id may be missing if the measurement is not recorded inside a trace
         or if the trace is not sampled.
         
        bytes span_id = 4;
      • getTraceId

        com.google.protobuf.ByteString getTraceId()
        Deprecated.
         (Optional) Trace ID of the exemplar trace.
         trace_id may be missing if the measurement is not recorded inside a trace
         or if the trace is not sampled.
         
        bytes trace_id = 5;