Uses of Class
io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo
Packages that use ProtoFieldInfo
Package
Description
Marshaling framework for serializing data to protobuf format.
Marshaling of OTLP metrics.
-
Uses of ProtoFieldInfo in io.opentelemetry.exporter.internal.marshal
Subclasses of ProtoFieldInfo in io.opentelemetry.exporter.internal.marshalFields in io.opentelemetry.exporter.internal.marshal declared as ProtoFieldInfoModifier and TypeFieldDescriptionprivate ProtoFieldInfo
Serializer.RepeatedElementPairWriter.field
private ProtoFieldInfo
Serializer.RepeatedElementWriter.field
Methods in io.opentelemetry.exporter.internal.marshal that return ProtoFieldInfoMethods in io.opentelemetry.exporter.internal.marshal with parameters of type ProtoFieldInfoModifier and TypeMethodDescription(package private) void
Serializer.RepeatedElementPairWriter.initialize
(ProtoFieldInfo field, Serializer output, StatelessMarshaler2<K, V> marshaler, MarshalerContext context) (package private) void
Serializer.RepeatedElementWriter.initialize
(ProtoFieldInfo field, Serializer output, StatelessMarshaler<T> marshaler, MarshalerContext context) (package private) void
StatelessMarshalerUtil.RepeatedElementPairSizeCalculator.initialize
(ProtoFieldInfo field, StatelessMarshaler2<K, V> marshaler, MarshalerContext context) (package private) void
StatelessMarshalerUtil.RepeatedElementSizeCalculator.initialize
(ProtoFieldInfo field, StatelessMarshaler<T> marshaler, MarshalerContext context) void
Serializer.serializeBool
(ProtoFieldInfo field, boolean value) Serializes a protobufbool
field.void
Serializer.serializeByteAsFixed32
(ProtoFieldInfo field, byte value) Serializes a byte as a protobuffixed32
field.void
Serializer.serializeByteBuffer
(ProtoFieldInfo field, ByteBuffer value) Serializes a protobufbytes
field.void
Serializer.serializeBytes
(ProtoFieldInfo field, byte[] value) Serializes a protobufbytes
field.void
Serializer.serializeDouble
(ProtoFieldInfo field, double value) Serializes a proto bufdouble
field.void
Serializer.serializeDoubleOptional
(ProtoFieldInfo field, double value) Serializes a proto bufdouble
field.void
Serializer.serializeEnum
(ProtoFieldInfo field, ProtoEnumInfo enumValue) Serializes a protobufenum
field.void
Serializer.serializeFixed32
(ProtoFieldInfo field, int value) Serializes a protobuffixed32
field.void
Serializer.serializeFixed64
(ProtoFieldInfo field, long value) Serializes a protobuffixed64
field.void
Serializer.serializeFixed64Optional
(ProtoFieldInfo field, long value) Serializes a protobuffixed64
field.void
Serializer.serializeInt32
(ProtoFieldInfo field, int value) Serializes a protobufuint32
field.void
Serializer.serializeInt64
(ProtoFieldInfo field, long value) Serializes a protobufint64
field.void
Serializer.serializeMessage
(ProtoFieldInfo field, Marshaler message) Serializes a protobuf embeddedmessage
.<K,
V> void Serializer.serializeMessageWithContext
(ProtoFieldInfo field, K key, V value, StatelessMarshaler2<K, V> marshaler, MarshalerContext context) Serializes a protobuf embeddedmessage
.<T> void
Serializer.serializeMessageWithContext
(ProtoFieldInfo field, T message, StatelessMarshaler<T> marshaler, MarshalerContext context) Serializes a protobuf embeddedmessage
.void
Serializer.serializeRepeatedDouble
(ProtoFieldInfo field, List<Double> values) Serializes arepeated double
field.void
Serializer.serializeRepeatedFixed64
(ProtoFieldInfo field, long[] values) Serializes arepeated fixed64
field.void
Serializer.serializeRepeatedFixed64
(ProtoFieldInfo field, List<Long> values) Serializes arepeated fixed64
field.void
Serializer.serializeRepeatedInt64
(ProtoFieldInfo field, List<Long> values) Serializes arepeated int64
field.void
JsonSerializer.serializeRepeatedMessage
(ProtoFieldInfo field, Marshaler[] repeatedMessage) void
JsonSerializer.serializeRepeatedMessage
(ProtoFieldInfo field, List<? extends Marshaler> repeatedMessage) void
ProtoSerializer.serializeRepeatedMessage
(ProtoFieldInfo field, Marshaler[] repeatedMessage) void
ProtoSerializer.serializeRepeatedMessage
(ProtoFieldInfo field, List<? extends Marshaler> repeatedMessage) abstract void
Serializer.serializeRepeatedMessage
(ProtoFieldInfo field, Marshaler[] repeatedMessage) Serializesrepeated message
field.abstract void
Serializer.serializeRepeatedMessage
(ProtoFieldInfo field, List<? extends Marshaler> repeatedMessage) Serializesrepeated message
field.<T> void
JsonSerializer.serializeRepeatedMessageWithContext
(ProtoFieldInfo field, List<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context) <T> void
ProtoSerializer.serializeRepeatedMessageWithContext
(ProtoFieldInfo field, List<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context) void
Serializer.serializeRepeatedMessageWithContext
(ProtoFieldInfo field, Attributes attributes, StatelessMarshaler2<AttributeKey<?>, Object> marshaler, MarshalerContext context) Serializesrepeated message
field.<T> void
Serializer.serializeRepeatedMessageWithContext
(ProtoFieldInfo field, Collection<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context, MarshalerContext.Key key) Serializesrepeated message
field.abstract <T> void
Serializer.serializeRepeatedMessageWithContext
(ProtoFieldInfo field, List<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context) Serializesrepeated message
field.<K,
V> void Serializer.serializeRepeatedMessageWithContext
(ProtoFieldInfo field, Map<K, V> messages, StatelessMarshaler2<K, V> marshaler, MarshalerContext context, MarshalerContext.Key key) Serializesrepeated message
field.void
Serializer.serializeRepeatedUInt64
(ProtoFieldInfo field, long[] values) Serializes arepeated uint64
field.void
Serializer.serializeRepeatedUInt64
(ProtoFieldInfo field, DynamicPrimitiveLongList values) Serializes arepeated uint64
field.void
Serializer.serializeRepeatedUInt64
(ProtoFieldInfo field, List<Long> values) Serializes arepeated uint64
field.void
Serializer.serializeSInt32
(ProtoFieldInfo field, int value) Serializes a protobufsint32
field.void
Serializer.serializeSpanId
(ProtoFieldInfo field, String spanId) Serializes a span ID field.void
Serializer.serializeSpanId
(ProtoFieldInfo field, String spanId, MarshalerContext context) void
Serializer.serializeString
(ProtoFieldInfo field, byte[] utf8Bytes) Serializes a protobufstring
field.void
Serializer.serializeStringWithContext
(ProtoFieldInfo field, String string, MarshalerContext context) Serializes a protobufstring
field.void
Serializer.serializeTraceId
(ProtoFieldInfo field, String traceId) Serializes a trace ID field.void
Serializer.serializeTraceId
(ProtoFieldInfo field, String traceId, MarshalerContext context) void
Serializer.serializeUInt32
(ProtoFieldInfo field, int value) Serializes a protobufuint32
field.void
Serializer.serializeUInt64
(ProtoFieldInfo field, long value) Serializes a protobufuint64
field.static int
MarshalerUtil.sizeBool
(ProtoFieldInfo field, boolean value) Returns the size of a bool field.static int
MarshalerUtil.sizeByteAsFixed32
(ProtoFieldInfo field, byte message) Returns the size of a byte field when propagated to a fixed32.static int
MarshalerUtil.sizeByteBuffer
(ProtoFieldInfo field, ByteBuffer message) Returns the size of a bytes field based on the buffer's capacity.static int
MarshalerUtil.sizeBytes
(ProtoFieldInfo field, byte[] message) Returns the size of a bytes field.private static int
StatelessMarshalerUtil.sizeBytes
(ProtoFieldInfo field, int length) Returns the size of a bytes field.static int
MarshalerUtil.sizeDouble
(ProtoFieldInfo field, double value) Returns the size of a double field.static int
MarshalerUtil.sizeDoubleOptional
(ProtoFieldInfo field, double value) Returns the size of a double field.static int
MarshalerUtil.sizeEnum
(ProtoFieldInfo field, ProtoEnumInfo enumValue) Returns the size of a enum field.static int
MarshalerUtil.sizeFixed32
(ProtoFieldInfo field, int message) Returns the size of a fixed32 field.static int
MarshalerUtil.sizeFixed64
(ProtoFieldInfo field, long value) Returns the size of a fixed64 field.static int
MarshalerUtil.sizeFixed64Optional
(ProtoFieldInfo field, long value) Returns the size of a fixed64 field.static int
MarshalerUtil.sizeInt32
(ProtoFieldInfo field, int message) Returns the size of a int32 field.static int
MarshalerUtil.sizeInt64
(ProtoFieldInfo field, long message) Returns the size of a int64 field.static int
MarshalerUtil.sizeMessage
(ProtoFieldInfo field, Marshaler message) Returns the size of a message field.static <K,
V> int StatelessMarshalerUtil.sizeMessageWithContext
(ProtoFieldInfo field, K key, V value, StatelessMarshaler2<K, V> marshaler, MarshalerContext context) Returns the size of a message field.static <T> int
StatelessMarshalerUtil.sizeMessageWithContext
(ProtoFieldInfo field, T element, StatelessMarshaler<T> marshaler, MarshalerContext context) Returns the size of a message field.static int
MarshalerUtil.sizeRepeatedDouble
(ProtoFieldInfo field, List<Double> values) Returns the size of a repeated double field.private static int
MarshalerUtil.sizeRepeatedFixed64
(ProtoFieldInfo field, int numValues) static int
MarshalerUtil.sizeRepeatedFixed64
(ProtoFieldInfo field, List<Long> values) Returns the size of a repeated fixed64 field.static int
MarshalerUtil.sizeRepeatedInt64
(ProtoFieldInfo field, long[] values) Returns the size of a repeated int64 field.static int
MarshalerUtil.sizeRepeatedInt64
(ProtoFieldInfo field, List<Long> values) Returns the size of a repeated int64 field.static int
MarshalerUtil.sizeRepeatedMessage
(ProtoFieldInfo field, List<? extends Marshaler> repeatedMessage) Returns the size of a repeated message field.static <T extends Marshaler>
intMarshalerUtil.sizeRepeatedMessage
(ProtoFieldInfo field, T[] repeatedMessage) Returns the size of a repeated message field.static int
StatelessMarshalerUtil.sizeRepeatedMessageWithContext
(ProtoFieldInfo field, Attributes attributes, StatelessMarshaler2<AttributeKey<?>, Object> marshaler, MarshalerContext context) Returns the size of a repeated message field.static <T> int
StatelessMarshalerUtil.sizeRepeatedMessageWithContext
(ProtoFieldInfo field, Collection<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context, MarshalerContext.Key key) Returns the size of a repeated message field.static <T> int
StatelessMarshalerUtil.sizeRepeatedMessageWithContext
(ProtoFieldInfo field, List<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context) Returns the size of a repeated message field.static <K,
V> int StatelessMarshalerUtil.sizeRepeatedMessageWithContext
(ProtoFieldInfo field, Map<K, V> messages, StatelessMarshaler2<K, V> marshaler, MarshalerContext context, MarshalerContext.Key key) Returns the size of a repeated message field.static int
MarshalerUtil.sizeRepeatedUInt64
(ProtoFieldInfo field, long[] values) Returns the size of a repeated uint64 field.static int
MarshalerUtil.sizeRepeatedUInt64
(ProtoFieldInfo field, DynamicPrimitiveLongList values) Returns the size of a repeated uint64 field.static int
MarshalerUtil.sizeRepeatedUInt64
(ProtoFieldInfo field, List<Long> values) Returns the size of a repeated uint64 field.static int
MarshalerUtil.sizeSInt32
(ProtoFieldInfo field, int message) Returns the size of a sint32 field.static int
MarshalerUtil.sizeSpanId
(ProtoFieldInfo field, String spanId) Returns the size of a span_id field.static int
StatelessMarshalerUtil.sizeStringWithContext
(ProtoFieldInfo field, String value, MarshalerContext context) Returns the size of a string field.static int
MarshalerUtil.sizeTraceId
(ProtoFieldInfo field, String traceId) Returns the size of a trace_id field.static int
MarshalerUtil.sizeUInt32
(ProtoFieldInfo field, int message) Returns the size of a uint32 field.static int
MarshalerUtil.sizeUInt64
(ProtoFieldInfo field, long message) Returns the size of a uint64 field.void
JsonSerializer.writeBool
(ProtoFieldInfo field, boolean value) void
ProtoSerializer.writeBool
(ProtoFieldInfo field, boolean value) abstract void
Serializer.writeBool
(ProtoFieldInfo field, boolean value) Writes a protobufbool
field, even if it matches the default value.void
JsonSerializer.writeByteBuffer
(ProtoFieldInfo field, ByteBuffer value) void
ProtoSerializer.writeByteBuffer
(ProtoFieldInfo field, ByteBuffer value) abstract void
Serializer.writeByteBuffer
(ProtoFieldInfo field, ByteBuffer value) void
JsonSerializer.writeBytes
(ProtoFieldInfo field, byte[] value) void
ProtoSerializer.writeBytes
(ProtoFieldInfo field, byte[] value) abstract void
Serializer.writeBytes
(ProtoFieldInfo field, byte[] value) void
JsonSerializer.writeDouble
(ProtoFieldInfo field, double value) void
ProtoSerializer.writeDouble
(ProtoFieldInfo field, double value) abstract void
Serializer.writeDouble
(ProtoFieldInfo field, double value) Writes a protobufdouble
field, even if it matches the default value.protected void
JsonSerializer.writeEnum
(ProtoFieldInfo field, ProtoEnumInfo enumValue) protected void
ProtoSerializer.writeEnum
(ProtoFieldInfo field, ProtoEnumInfo enumValue) protected abstract void
Serializer.writeEnum
(ProtoFieldInfo field, ProtoEnumInfo enumValue) protected void
JsonSerializer.writeFixed32
(ProtoFieldInfo field, int value) protected void
ProtoSerializer.writeFixed32
(ProtoFieldInfo field, int value) protected abstract void
Serializer.writeFixed32
(ProtoFieldInfo field, int value) protected void
JsonSerializer.writeFixed64
(ProtoFieldInfo field, long value) protected void
ProtoSerializer.writeFixed64
(ProtoFieldInfo field, long value) protected abstract void
Serializer.writeFixed64
(ProtoFieldInfo field, long value) protected void
JsonSerializer.writeint32
(ProtoFieldInfo field, int value) protected void
ProtoSerializer.writeint32
(ProtoFieldInfo field, int value) protected abstract void
Serializer.writeint32
(ProtoFieldInfo field, int value) void
JsonSerializer.writeInt64
(ProtoFieldInfo field, long value) void
ProtoSerializer.writeInt64
(ProtoFieldInfo field, long value) abstract void
Serializer.writeInt64
(ProtoFieldInfo field, long value) Writes a protobufint64
field, even if it matches the default value.protected void
JsonSerializer.writeSInt32
(ProtoFieldInfo field, int value) protected void
ProtoSerializer.writeSInt32
(ProtoFieldInfo field, int value) protected abstract void
Serializer.writeSInt32
(ProtoFieldInfo info, int value) protected void
JsonSerializer.writeSpanId
(ProtoFieldInfo field, String spanId) protected void
ProtoSerializer.writeSpanId
(ProtoFieldInfo field, String spanId) protected void
ProtoSerializer.writeSpanId
(ProtoFieldInfo field, String spanId, MarshalerContext context) protected abstract void
Serializer.writeSpanId
(ProtoFieldInfo field, String spanId) protected void
Serializer.writeSpanId
(ProtoFieldInfo field, String spanId, MarshalerContext context) protected void
JsonSerializer.writeStartMessage
(ProtoFieldInfo field, int protoMessageSize) protected void
ProtoSerializer.writeStartMessage
(ProtoFieldInfo field, int protoMessageSize) protected abstract void
Serializer.writeStartMessage
(ProtoFieldInfo field, int protoMessageSize) protected void
JsonSerializer.writeStartRepeated
(ProtoFieldInfo field) protected void
ProtoSerializer.writeStartRepeated
(ProtoFieldInfo field) protected abstract void
Serializer.writeStartRepeated
(ProtoFieldInfo field) Writes start of repeated messages.protected void
JsonSerializer.writeStartRepeatedElement
(ProtoFieldInfo field, int protoMessageSize) protected void
ProtoSerializer.writeStartRepeatedElement
(ProtoFieldInfo field, int protoMessageSize) protected abstract void
Serializer.writeStartRepeatedElement
(ProtoFieldInfo field, int protoMessageSize) Writes start of a repeated message element.protected void
JsonSerializer.writeStartRepeatedPrimitive
(ProtoFieldInfo field, int protoSizePerElement, int numElements) protected void
ProtoSerializer.writeStartRepeatedPrimitive
(ProtoFieldInfo field, int protoSizePerElement, int numElements) protected abstract void
Serializer.writeStartRepeatedPrimitive
(ProtoFieldInfo field, int protoSizePerElement, int numElements) protected void
JsonSerializer.writeStartRepeatedVarint
(ProtoFieldInfo field, int payloadSize) protected void
ProtoSerializer.writeStartRepeatedVarint
(ProtoFieldInfo field, int payloadSize) protected abstract void
Serializer.writeStartRepeatedVarint
(ProtoFieldInfo field, int payloadSize) void
JsonSerializer.writeString
(ProtoFieldInfo field, byte[] utf8Bytes) void
JsonSerializer.writeString
(ProtoFieldInfo field, String string, int utf8Length, MarshalerContext context) void
ProtoSerializer.writeString
(ProtoFieldInfo field, byte[] utf8Bytes) void
ProtoSerializer.writeString
(ProtoFieldInfo field, String string, int utf8Length, MarshalerContext context) abstract void
Serializer.writeString
(ProtoFieldInfo field, byte[] utf8Bytes) Writes a protobufstring
field, even if it matches the default value.abstract void
Serializer.writeString
(ProtoFieldInfo field, String string, int utf8Length, MarshalerContext context) protected void
JsonSerializer.writeTraceId
(ProtoFieldInfo field, String traceId) protected void
ProtoSerializer.writeTraceId
(ProtoFieldInfo field, String traceId) protected void
ProtoSerializer.writeTraceId
(ProtoFieldInfo field, String traceId, MarshalerContext context) protected abstract void
Serializer.writeTraceId
(ProtoFieldInfo field, String traceId) protected void
Serializer.writeTraceId
(ProtoFieldInfo field, String traceId, MarshalerContext context) protected void
JsonSerializer.writeUint32
(ProtoFieldInfo field, int value) protected void
ProtoSerializer.writeUint32
(ProtoFieldInfo field, int value) protected abstract void
Serializer.writeUint32
(ProtoFieldInfo field, int value) void
JsonSerializer.writeUInt64
(ProtoFieldInfo field, long value) void
ProtoSerializer.writeUInt64
(ProtoFieldInfo field, long value) abstract void
Serializer.writeUInt64
(ProtoFieldInfo field, long value) Writes a protobufuint64
field, even if it matches the default value. -
Uses of ProtoFieldInfo in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as ProtoFieldInfoModifier and TypeFieldDescriptionprivate final ProtoFieldInfo
MetricMarshaler.dataField
private final ProtoFieldInfo
ExemplarMarshaler.valueField
private final ProtoFieldInfo
NumberDataPointMarshaler.valueField
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return ProtoFieldInfoModifier and TypeMethodDescription(package private) static ProtoFieldInfo
ExemplarMarshaler.toProtoExemplarValueType
(ExemplarData exemplar) (package private) static ProtoFieldInfo
NumberDataPointMarshaler.toProtoPointValueType
(PointData pointData) Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ProtoFieldInfoModifier and TypeMethodDescriptionprivate static int
ExemplarMarshaler.calculateSize
(long timeUnixNano, ProtoFieldInfo valueField, ExemplarData value, SpanContext spanContext, KeyValueMarshaler[] filteredAttributeMarshalers) private static int
MetricMarshaler.calculateSize
(byte[] nameUtf8, byte[] descriptionUtf8, byte[] unitUtf8, Marshaler dataMarshaler, ProtoFieldInfo dataField) private static int
NumberDataPointMarshaler.calculateSize
(long startTimeUnixNano, long timeUnixNano, ProtoFieldInfo valueField, PointData value, ExemplarMarshaler[] exemplars, KeyValueMarshaler[] attributes) Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ProtoFieldInfoModifierConstructorDescriptionprivate
ExemplarMarshaler
(long timeUnixNano, ExemplarData value, ProtoFieldInfo valueField, SpanContext spanContext, KeyValueMarshaler[] filteredAttributeMarshalers) private
MetricMarshaler
(byte[] nameUtf8, byte[] descriptionUtf8, byte[] unitUtf8, Marshaler dataMarshaler, ProtoFieldInfo dataField) private
NumberDataPointMarshaler
(long startTimeUnixNano, long timeUnixNano, PointData value, ProtoFieldInfo valueField, ExemplarMarshaler[] exemplars, KeyValueMarshaler[] attributes) -
Uses of ProtoFieldInfo in io.opentelemetry.proto.collector.logs.v1.internal
Fields in io.opentelemetry.proto.collector.logs.v1.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
ExportLogsServiceRequest.RESOURCE_LOGS
-
Uses of ProtoFieldInfo in io.opentelemetry.proto.collector.metrics.v1.internal
Fields in io.opentelemetry.proto.collector.metrics.v1.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
ExportMetricsServiceRequest.RESOURCE_METRICS
-
Uses of ProtoFieldInfo in io.opentelemetry.proto.collector.profiles.v1experimental.internal
Fields in io.opentelemetry.proto.collector.profiles.v1experimental.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
ExportProfilesServiceRequest.RESOURCE_PROFILES
-
Uses of ProtoFieldInfo in io.opentelemetry.proto.collector.trace.v1.internal
Fields in io.opentelemetry.proto.collector.trace.v1.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
ExportTraceServiceRequest.RESOURCE_SPANS
-
Uses of ProtoFieldInfo in io.opentelemetry.proto.common.v1.internal
Fields in io.opentelemetry.proto.common.v1.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
AnyValue.ARRAY_VALUE
static final ProtoFieldInfo
InstrumentationScope.ATTRIBUTES
static final ProtoFieldInfo
AnyValue.BOOL_VALUE
static final ProtoFieldInfo
AnyValue.BYTES_VALUE
static final ProtoFieldInfo
AnyValue.DOUBLE_VALUE
static final ProtoFieldInfo
InstrumentationScope.DROPPED_ATTRIBUTES_COUNT
static final ProtoFieldInfo
AnyValue.INT_VALUE
static final ProtoFieldInfo
KeyValue.KEY
static final ProtoFieldInfo
AnyValue.KVLIST_VALUE
static final ProtoFieldInfo
InstrumentationScope.NAME
static final ProtoFieldInfo
AnyValue.STRING_VALUE
static final ProtoFieldInfo
KeyValue.VALUE
static final ProtoFieldInfo
ArrayValue.VALUES
static final ProtoFieldInfo
KeyValueList.VALUES
static final ProtoFieldInfo
InstrumentationScope.VERSION
-
Uses of ProtoFieldInfo in io.opentelemetry.proto.logs.v1.internal
Fields in io.opentelemetry.proto.logs.v1.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
LogRecord.ATTRIBUTES
static final ProtoFieldInfo
LogRecord.BODY
static final ProtoFieldInfo
LogRecord.DROPPED_ATTRIBUTES_COUNT
static final ProtoFieldInfo
LogRecord.FLAGS
static final ProtoFieldInfo
ScopeLogs.LOG_RECORDS
static final ProtoFieldInfo
LogRecord.OBSERVED_TIME_UNIX_NANO
static final ProtoFieldInfo
ResourceLogs.RESOURCE
static final ProtoFieldInfo
ResourceLogs.SCHEMA_URL
static final ProtoFieldInfo
ScopeLogs.SCHEMA_URL
static final ProtoFieldInfo
ScopeLogs.SCOPE
static final ProtoFieldInfo
ResourceLogs.SCOPE_LOGS
static final ProtoFieldInfo
LogRecord.SEVERITY_NUMBER
static final ProtoFieldInfo
LogRecord.SEVERITY_TEXT
static final ProtoFieldInfo
LogRecord.SPAN_ID
static final ProtoFieldInfo
LogRecord.TIME_UNIX_NANO
static final ProtoFieldInfo
LogRecord.TRACE_ID
-
Uses of ProtoFieldInfo in io.opentelemetry.proto.metrics.v1.internal
Fields in io.opentelemetry.proto.metrics.v1.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
ExponentialHistogram.AGGREGATION_TEMPORALITY
static final ProtoFieldInfo
Histogram.AGGREGATION_TEMPORALITY
static final ProtoFieldInfo
static final ProtoFieldInfo
Exemplar.AS_DOUBLE
static final ProtoFieldInfo
NumberDataPoint.AS_DOUBLE
static final ProtoFieldInfo
Exemplar.AS_INT
static final ProtoFieldInfo
NumberDataPoint.AS_INT
static final ProtoFieldInfo
ExponentialHistogramDataPoint.ATTRIBUTES
static final ProtoFieldInfo
HistogramDataPoint.ATTRIBUTES
static final ProtoFieldInfo
NumberDataPoint.ATTRIBUTES
static final ProtoFieldInfo
SummaryDataPoint.ATTRIBUTES
static final ProtoFieldInfo
ExponentialHistogramDataPoint.Buckets.BUCKET_COUNTS
static final ProtoFieldInfo
HistogramDataPoint.BUCKET_COUNTS
static final ProtoFieldInfo
ExponentialHistogramDataPoint.COUNT
static final ProtoFieldInfo
HistogramDataPoint.COUNT
static final ProtoFieldInfo
SummaryDataPoint.COUNT
static final ProtoFieldInfo
ExponentialHistogram.DATA_POINTS
static final ProtoFieldInfo
Gauge.DATA_POINTS
static final ProtoFieldInfo
Histogram.DATA_POINTS
static final ProtoFieldInfo
Sum.DATA_POINTS
static final ProtoFieldInfo
Summary.DATA_POINTS
static final ProtoFieldInfo
Metric.DESCRIPTION
static final ProtoFieldInfo
ExponentialHistogramDataPoint.EXEMPLARS
static final ProtoFieldInfo
HistogramDataPoint.EXEMPLARS
static final ProtoFieldInfo
NumberDataPoint.EXEMPLARS
static final ProtoFieldInfo
HistogramDataPoint.EXPLICIT_BOUNDS
static final ProtoFieldInfo
Metric.EXPONENTIAL_HISTOGRAM
static final ProtoFieldInfo
Exemplar.FILTERED_ATTRIBUTES
static final ProtoFieldInfo
ExponentialHistogramDataPoint.FLAGS
static final ProtoFieldInfo
HistogramDataPoint.FLAGS
static final ProtoFieldInfo
NumberDataPoint.FLAGS
static final ProtoFieldInfo
SummaryDataPoint.FLAGS
static final ProtoFieldInfo
Metric.GAUGE
static final ProtoFieldInfo
Metric.HISTOGRAM
static final ProtoFieldInfo
Sum.IS_MONOTONIC
static final ProtoFieldInfo
ExponentialHistogramDataPoint.MAX
static final ProtoFieldInfo
HistogramDataPoint.MAX
static final ProtoFieldInfo
Metric.METADATA
static final ProtoFieldInfo
ScopeMetrics.METRICS
static final ProtoFieldInfo
ExponentialHistogramDataPoint.MIN
static final ProtoFieldInfo
HistogramDataPoint.MIN
static final ProtoFieldInfo
Metric.NAME
static final ProtoFieldInfo
ExponentialHistogramDataPoint.NEGATIVE
static final ProtoFieldInfo
ExponentialHistogramDataPoint.Buckets.OFFSET
static final ProtoFieldInfo
ExponentialHistogramDataPoint.POSITIVE
static final ProtoFieldInfo
SummaryDataPoint.ValueAtQuantile.QUANTILE
static final ProtoFieldInfo
SummaryDataPoint.QUANTILE_VALUES
static final ProtoFieldInfo
ResourceMetrics.RESOURCE
static final ProtoFieldInfo
ExponentialHistogramDataPoint.SCALE
static final ProtoFieldInfo
ResourceMetrics.SCHEMA_URL
static final ProtoFieldInfo
ScopeMetrics.SCHEMA_URL
static final ProtoFieldInfo
ScopeMetrics.SCOPE
static final ProtoFieldInfo
ResourceMetrics.SCOPE_METRICS
static final ProtoFieldInfo
Exemplar.SPAN_ID
static final ProtoFieldInfo
ExponentialHistogramDataPoint.START_TIME_UNIX_NANO
static final ProtoFieldInfo
HistogramDataPoint.START_TIME_UNIX_NANO
static final ProtoFieldInfo
NumberDataPoint.START_TIME_UNIX_NANO
static final ProtoFieldInfo
SummaryDataPoint.START_TIME_UNIX_NANO
static final ProtoFieldInfo
ExponentialHistogramDataPoint.SUM
static final ProtoFieldInfo
HistogramDataPoint.SUM
static final ProtoFieldInfo
Metric.SUM
static final ProtoFieldInfo
SummaryDataPoint.SUM
static final ProtoFieldInfo
Metric.SUMMARY
static final ProtoFieldInfo
Exemplar.TIME_UNIX_NANO
static final ProtoFieldInfo
ExponentialHistogramDataPoint.TIME_UNIX_NANO
static final ProtoFieldInfo
HistogramDataPoint.TIME_UNIX_NANO
static final ProtoFieldInfo
NumberDataPoint.TIME_UNIX_NANO
static final ProtoFieldInfo
SummaryDataPoint.TIME_UNIX_NANO
static final ProtoFieldInfo
Exemplar.TRACE_ID
static final ProtoFieldInfo
Metric.UNIT
static final ProtoFieldInfo
SummaryDataPoint.ValueAtQuantile.VALUE
static final ProtoFieldInfo
ExponentialHistogramDataPoint.ZERO_COUNT
static final ProtoFieldInfo
ExponentialHistogramDataPoint.ZERO_THRESHOLD
-
Uses of ProtoFieldInfo in io.opentelemetry.proto.profiles.v1experimental.internal
Fields in io.opentelemetry.proto.profiles.v1experimental.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
Location.ADDRESS
static final ProtoFieldInfo
ValueType.AGGREGATION_TEMPORALITY
static final ProtoFieldInfo
AttributeUnit.ATTRIBUTE_KEY
static final ProtoFieldInfo
Profile.ATTRIBUTE_TABLE
static final ProtoFieldInfo
Profile.ATTRIBUTE_UNITS
static final ProtoFieldInfo
Location.ATTRIBUTES
static final ProtoFieldInfo
Mapping.ATTRIBUTES
static final ProtoFieldInfo
ProfileContainer.ATTRIBUTES
static final ProtoFieldInfo
Sample.ATTRIBUTES
static final ProtoFieldInfo
Mapping.BUILD_ID
static final ProtoFieldInfo
Mapping.BUILD_ID_KIND
static final ProtoFieldInfo
Line.COLUMN
static final ProtoFieldInfo
Profile.COMMENT
static final ProtoFieldInfo
Profile.DEFAULT_SAMPLE_TYPE
static final ProtoFieldInfo
Profile.DROP_FRAMES
static final ProtoFieldInfo
ProfileContainer.DROPPED_ATTRIBUTES_COUNT
static final ProtoFieldInfo
Profile.DURATION_NANOS
static final ProtoFieldInfo
ProfileContainer.END_TIME_UNIX_NANO
static final ProtoFieldInfo
Mapping.FILE_OFFSET
static final ProtoFieldInfo
Function.FILENAME
static final ProtoFieldInfo
Mapping.FILENAME
static final ProtoFieldInfo
Profile.FUNCTION
static final ProtoFieldInfo
Line.FUNCTION_INDEX
static final ProtoFieldInfo
Mapping.HAS_FILENAMES
static final ProtoFieldInfo
Mapping.HAS_FUNCTIONS
static final ProtoFieldInfo
Mapping.HAS_INLINE_FRAMES
static final ProtoFieldInfo
Mapping.HAS_LINE_NUMBERS
static final ProtoFieldInfo
Function.ID
static final ProtoFieldInfo
Location.ID
static final ProtoFieldInfo
Mapping.ID
static final ProtoFieldInfo
Location.IS_FOLDED
static final ProtoFieldInfo
Profile.KEEP_FRAMES
static final ProtoFieldInfo
Label.KEY
static final ProtoFieldInfo
Sample.LABEL
static final ProtoFieldInfo
Line.LINE
static final ProtoFieldInfo
Location.LINE
static final ProtoFieldInfo
Sample.LINK
static final ProtoFieldInfo
Profile.LINK_TABLE
static final ProtoFieldInfo
Profile.LOCATION
static final ProtoFieldInfo
Sample.LOCATION_INDEX
static final ProtoFieldInfo
Profile.LOCATION_INDICES
static final ProtoFieldInfo
Sample.LOCATIONS_LENGTH
static final ProtoFieldInfo
Sample.LOCATIONS_START_INDEX
static final ProtoFieldInfo
Profile.MAPPING
static final ProtoFieldInfo
Location.MAPPING_INDEX
static final ProtoFieldInfo
Mapping.MEMORY_LIMIT
static final ProtoFieldInfo
Mapping.MEMORY_START
static final ProtoFieldInfo
Function.NAME
static final ProtoFieldInfo
Label.NUM
static final ProtoFieldInfo
Label.NUM_UNIT
static final ProtoFieldInfo
ProfileContainer.ORIGINAL_PAYLOAD
static final ProtoFieldInfo
ProfileContainer.ORIGINAL_PAYLOAD_FORMAT
static final ProtoFieldInfo
Profile.PERIOD
static final ProtoFieldInfo
Profile.PERIOD_TYPE
static final ProtoFieldInfo
ProfileContainer.PROFILE
static final ProtoFieldInfo
ProfileContainer.PROFILE_ID
static final ProtoFieldInfo
ScopeProfiles.PROFILES
static final ProtoFieldInfo
ResourceProfiles.RESOURCE
static final ProtoFieldInfo
Profile.SAMPLE
static final ProtoFieldInfo
Profile.SAMPLE_TYPE
static final ProtoFieldInfo
ResourceProfiles.SCHEMA_URL
static final ProtoFieldInfo
ScopeProfiles.SCHEMA_URL
static final ProtoFieldInfo
ScopeProfiles.SCOPE
static final ProtoFieldInfo
ResourceProfiles.SCOPE_PROFILES
static final ProtoFieldInfo
Link.SPAN_ID
static final ProtoFieldInfo
Sample.STACKTRACE_ID_INDEX
static final ProtoFieldInfo
Function.START_LINE
static final ProtoFieldInfo
ProfileContainer.START_TIME_UNIX_NANO
static final ProtoFieldInfo
Label.STR
static final ProtoFieldInfo
Profile.STRING_TABLE
static final ProtoFieldInfo
Function.SYSTEM_NAME
static final ProtoFieldInfo
Profile.TIME_NANOS
static final ProtoFieldInfo
Sample.TIMESTAMPS_UNIX_NANO
static final ProtoFieldInfo
Link.TRACE_ID
static final ProtoFieldInfo
ValueType.TYPE
static final ProtoFieldInfo
Location.TYPE_INDEX
static final ProtoFieldInfo
AttributeUnit.UNIT
static final ProtoFieldInfo
ValueType.UNIT
static final ProtoFieldInfo
Sample.VALUE
-
Uses of ProtoFieldInfo in io.opentelemetry.proto.resource.v1.internal
Fields in io.opentelemetry.proto.resource.v1.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
Resource.ATTRIBUTES
static final ProtoFieldInfo
Resource.DROPPED_ATTRIBUTES_COUNT
-
Uses of ProtoFieldInfo in io.opentelemetry.proto.trace.v1.internal
Fields in io.opentelemetry.proto.trace.v1.internal declared as ProtoFieldInfoModifier and TypeFieldDescriptionstatic final ProtoFieldInfo
Span.ATTRIBUTES
static final ProtoFieldInfo
Span.Event.ATTRIBUTES
static final ProtoFieldInfo
Span.Link.ATTRIBUTES
static final ProtoFieldInfo
Status.CODE
static final ProtoFieldInfo
static final ProtoFieldInfo
Span.Event.DROPPED_ATTRIBUTES_COUNT
static final ProtoFieldInfo
Span.Link.DROPPED_ATTRIBUTES_COUNT
static final ProtoFieldInfo
Span.DROPPED_EVENTS_COUNT
static final ProtoFieldInfo
Span.DROPPED_LINKS_COUNT
static final ProtoFieldInfo
Span.END_TIME_UNIX_NANO
static final ProtoFieldInfo
Span.EVENTS
static final ProtoFieldInfo
Span.FLAGS
static final ProtoFieldInfo
Span.Link.FLAGS
static final ProtoFieldInfo
Span.KIND
static final ProtoFieldInfo
Span.LINKS
static final ProtoFieldInfo
Status.MESSAGE
static final ProtoFieldInfo
Span.Event.NAME
static final ProtoFieldInfo
Span.NAME
static final ProtoFieldInfo
Span.PARENT_SPAN_ID
static final ProtoFieldInfo
ResourceSpans.RESOURCE
static final ProtoFieldInfo
ResourceSpans.SCHEMA_URL
static final ProtoFieldInfo
ScopeSpans.SCHEMA_URL
static final ProtoFieldInfo
ScopeSpans.SCOPE
static final ProtoFieldInfo
ResourceSpans.SCOPE_SPANS
static final ProtoFieldInfo
Span.Link.SPAN_ID
static final ProtoFieldInfo
Span.SPAN_ID
static final ProtoFieldInfo
ScopeSpans.SPANS
static final ProtoFieldInfo
Span.START_TIME_UNIX_NANO
static final ProtoFieldInfo
Span.STATUS
static final ProtoFieldInfo
Span.Event.TIME_UNIX_NANO
static final ProtoFieldInfo
Span.Link.TRACE_ID
static final ProtoFieldInfo
Span.TRACE_ID
static final ProtoFieldInfo
Span.Link.TRACE_STATE
static final ProtoFieldInfo
Span.TRACE_STATE