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 ProtoFieldInfoSerializer.RepeatedElementPairWriter.fieldprivate ProtoFieldInfoSerializer.RepeatedElementWriter.fieldMethods in io.opentelemetry.exporter.internal.marshal that return ProtoFieldInfoMethods in io.opentelemetry.exporter.internal.marshal with parameters of type ProtoFieldInfoModifier and TypeMethodDescription(package private) voidSerializer.RepeatedElementPairWriter.initialize(ProtoFieldInfo field, Serializer output, StatelessMarshaler2<K, V> marshaler, MarshalerContext context) (package private) voidSerializer.RepeatedElementWriter.initialize(ProtoFieldInfo field, Serializer output, StatelessMarshaler<T> marshaler, MarshalerContext context) (package private) voidStatelessMarshalerUtil.RepeatedElementPairSizeCalculator.initialize(ProtoFieldInfo field, StatelessMarshaler2<K, V> marshaler, MarshalerContext context) (package private) voidStatelessMarshalerUtil.RepeatedElementSizeCalculator.initialize(ProtoFieldInfo field, StatelessMarshaler<T> marshaler, MarshalerContext context) voidSerializer.serializeBool(ProtoFieldInfo field, boolean value) Serializes a protobufboolfield.voidSerializer.serializeByteAsFixed32(ProtoFieldInfo field, byte value) Serializes a byte as a protobuffixed32field.voidSerializer.serializeByteBuffer(ProtoFieldInfo field, ByteBuffer value) Serializes a protobufbytesfield.voidSerializer.serializeBytes(ProtoFieldInfo field, byte[] value) Serializes a protobufbytesfield.voidSerializer.serializeDouble(ProtoFieldInfo field, double value) Serializes a proto bufdoublefield.voidSerializer.serializeDoubleOptional(ProtoFieldInfo field, double value) Serializes a proto bufdoublefield.voidSerializer.serializeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) Serializes a protobufenumfield.voidSerializer.serializeFixed32(ProtoFieldInfo field, int value) Serializes a protobuffixed32field.voidSerializer.serializeFixed64(ProtoFieldInfo field, long value) Serializes a protobuffixed64field.voidSerializer.serializeFixed64Optional(ProtoFieldInfo field, long value) Serializes a protobuffixed64field.voidSerializer.serializeInt32(ProtoFieldInfo field, int value) Serializes a protobufuint32field.voidSerializer.serializeInt64(ProtoFieldInfo field, long value) Serializes a protobufint64field.voidSerializer.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> voidSerializer.serializeMessageWithContext(ProtoFieldInfo field, T message, StatelessMarshaler<T> marshaler, MarshalerContext context) Serializes a protobuf embeddedmessage.voidSerializer.serializeRepeatedDouble(ProtoFieldInfo field, List<Double> values) Serializes arepeated doublefield.voidSerializer.serializeRepeatedFixed64(ProtoFieldInfo field, long[] values) Serializes arepeated fixed64field.voidSerializer.serializeRepeatedFixed64(ProtoFieldInfo field, List<Long> values) Serializes arepeated fixed64field.voidSerializer.serializeRepeatedInt64(ProtoFieldInfo field, List<Long> values) Serializes arepeated int64field.voidJsonSerializer.serializeRepeatedMessage(ProtoFieldInfo field, Marshaler[] repeatedMessage) voidJsonSerializer.serializeRepeatedMessage(ProtoFieldInfo field, List<? extends Marshaler> repeatedMessage) voidProtoSerializer.serializeRepeatedMessage(ProtoFieldInfo field, Marshaler[] repeatedMessage) voidProtoSerializer.serializeRepeatedMessage(ProtoFieldInfo field, List<? extends Marshaler> repeatedMessage) abstract voidSerializer.serializeRepeatedMessage(ProtoFieldInfo field, Marshaler[] repeatedMessage) Serializesrepeated messagefield.abstract voidSerializer.serializeRepeatedMessage(ProtoFieldInfo field, List<? extends Marshaler> repeatedMessage) Serializesrepeated messagefield.<T> voidJsonSerializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, List<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context) <T> voidProtoSerializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, List<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context) voidSerializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, Attributes attributes, StatelessMarshaler2<AttributeKey<?>, Object> marshaler, MarshalerContext context) Serializesrepeated messagefield.<T> voidSerializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, Collection<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context, MarshalerContext.Key key) Serializesrepeated messagefield.abstract <T> voidSerializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, List<? extends T> messages, StatelessMarshaler<T> marshaler, MarshalerContext context) Serializesrepeated messagefield.<K,V> void Serializer.serializeRepeatedMessageWithContext(ProtoFieldInfo field, Map<K, V> messages, StatelessMarshaler2<K, V> marshaler, MarshalerContext context, MarshalerContext.Key key) Serializesrepeated messagefield.voidSerializer.serializeRepeatedUInt64(ProtoFieldInfo field, long[] values) Serializes arepeated uint64field.voidSerializer.serializeRepeatedUInt64(ProtoFieldInfo field, DynamicPrimitiveLongList values) Serializes arepeated uint64field.voidSerializer.serializeRepeatedUInt64(ProtoFieldInfo field, List<Long> values) Serializes arepeated uint64field.voidSerializer.serializeSInt32(ProtoFieldInfo field, int value) Serializes a protobufsint32field.voidSerializer.serializeSpanId(ProtoFieldInfo field, String spanId) Serializes a span ID field.voidSerializer.serializeSpanId(ProtoFieldInfo field, String spanId, MarshalerContext context) voidSerializer.serializeString(ProtoFieldInfo field, byte[] utf8Bytes) Serializes a protobufstringfield.voidSerializer.serializeStringWithContext(ProtoFieldInfo field, String string, MarshalerContext context) Serializes a protobufstringfield.voidSerializer.serializeTraceId(ProtoFieldInfo field, String traceId) Serializes a trace ID field.voidSerializer.serializeTraceId(ProtoFieldInfo field, String traceId, MarshalerContext context) voidSerializer.serializeUInt32(ProtoFieldInfo field, int value) Serializes a protobufuint32field.voidSerializer.serializeUInt64(ProtoFieldInfo field, long value) Serializes a protobufuint64field.static intMarshalerUtil.sizeBool(ProtoFieldInfo field, boolean value) Returns the size of a bool field.static intMarshalerUtil.sizeByteAsFixed32(ProtoFieldInfo field, byte message) Returns the size of a byte field when propagated to a fixed32.static intMarshalerUtil.sizeByteBuffer(ProtoFieldInfo field, ByteBuffer message) Returns the size of a bytes field based on the buffer's capacity.static intMarshalerUtil.sizeBytes(ProtoFieldInfo field, byte[] message) Returns the size of a bytes field.private static intStatelessMarshalerUtil.sizeBytes(ProtoFieldInfo field, int length) Returns the size of a bytes field.static intMarshalerUtil.sizeDouble(ProtoFieldInfo field, double value) Returns the size of a double field.static intMarshalerUtil.sizeDoubleOptional(ProtoFieldInfo field, double value) Returns the size of a double field.static intMarshalerUtil.sizeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) Returns the size of a enum field.static intMarshalerUtil.sizeFixed32(ProtoFieldInfo field, int message) Returns the size of a fixed32 field.static intMarshalerUtil.sizeFixed64(ProtoFieldInfo field, long value) Returns the size of a fixed64 field.static intMarshalerUtil.sizeFixed64Optional(ProtoFieldInfo field, long value) Returns the size of a fixed64 field.static intMarshalerUtil.sizeInt32(ProtoFieldInfo field, int message) Returns the size of a int32 field.static intMarshalerUtil.sizeInt64(ProtoFieldInfo field, long message) Returns the size of a int64 field.static intMarshalerUtil.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> intStatelessMarshalerUtil.sizeMessageWithContext(ProtoFieldInfo field, T element, StatelessMarshaler<T> marshaler, MarshalerContext context) Returns the size of a message field.static intMarshalerUtil.sizeRepeatedDouble(ProtoFieldInfo field, List<Double> values) Returns the size of a repeated double field.private static intMarshalerUtil.sizeRepeatedFixed64(ProtoFieldInfo field, int numValues) static intMarshalerUtil.sizeRepeatedFixed64(ProtoFieldInfo field, List<Long> values) Returns the size of a repeated fixed64 field.static intMarshalerUtil.sizeRepeatedInt64(ProtoFieldInfo field, long[] values) Returns the size of a repeated int64 field.static intMarshalerUtil.sizeRepeatedInt64(ProtoFieldInfo field, List<Long> values) Returns the size of a repeated int64 field.static intMarshalerUtil.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 intStatelessMarshalerUtil.sizeRepeatedMessageWithContext(ProtoFieldInfo field, Attributes attributes, StatelessMarshaler2<AttributeKey<?>, Object> marshaler, MarshalerContext context) Returns the size of a repeated message field.static <T> intStatelessMarshalerUtil.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> intStatelessMarshalerUtil.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 intMarshalerUtil.sizeRepeatedUInt64(ProtoFieldInfo field, long[] values) Returns the size of a repeated uint64 field.static intMarshalerUtil.sizeRepeatedUInt64(ProtoFieldInfo field, DynamicPrimitiveLongList values) Returns the size of a repeated uint64 field.static intMarshalerUtil.sizeRepeatedUInt64(ProtoFieldInfo field, List<Long> values) Returns the size of a repeated uint64 field.static intMarshalerUtil.sizeSInt32(ProtoFieldInfo field, int message) Returns the size of a sint32 field.static intMarshalerUtil.sizeSpanId(ProtoFieldInfo field, String spanId) Returns the size of a span_id field.static intStatelessMarshalerUtil.sizeStringWithContext(ProtoFieldInfo field, String value, MarshalerContext context) Returns the size of a string field.static intMarshalerUtil.sizeTraceId(ProtoFieldInfo field, String traceId) Returns the size of a trace_id field.static intMarshalerUtil.sizeUInt32(ProtoFieldInfo field, int message) Returns the size of a uint32 field.static intMarshalerUtil.sizeUInt64(ProtoFieldInfo field, long message) Returns the size of a uint64 field.voidJsonSerializer.writeBool(ProtoFieldInfo field, boolean value) voidProtoSerializer.writeBool(ProtoFieldInfo field, boolean value) abstract voidSerializer.writeBool(ProtoFieldInfo field, boolean value) Writes a protobufboolfield, even if it matches the default value.voidJsonSerializer.writeByteBuffer(ProtoFieldInfo field, ByteBuffer value) voidProtoSerializer.writeByteBuffer(ProtoFieldInfo field, ByteBuffer value) abstract voidSerializer.writeByteBuffer(ProtoFieldInfo field, ByteBuffer value) voidJsonSerializer.writeBytes(ProtoFieldInfo field, byte[] value) voidProtoSerializer.writeBytes(ProtoFieldInfo field, byte[] value) abstract voidSerializer.writeBytes(ProtoFieldInfo field, byte[] value) voidJsonSerializer.writeDouble(ProtoFieldInfo field, double value) voidProtoSerializer.writeDouble(ProtoFieldInfo field, double value) abstract voidSerializer.writeDouble(ProtoFieldInfo field, double value) Writes a protobufdoublefield, even if it matches the default value.protected voidJsonSerializer.writeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) protected voidProtoSerializer.writeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) protected abstract voidSerializer.writeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) protected voidJsonSerializer.writeFixed32(ProtoFieldInfo field, int value) protected voidProtoSerializer.writeFixed32(ProtoFieldInfo field, int value) protected abstract voidSerializer.writeFixed32(ProtoFieldInfo field, int value) protected voidJsonSerializer.writeFixed64(ProtoFieldInfo field, long value) protected voidProtoSerializer.writeFixed64(ProtoFieldInfo field, long value) protected abstract voidSerializer.writeFixed64(ProtoFieldInfo field, long value) protected voidJsonSerializer.writeint32(ProtoFieldInfo field, int value) protected voidProtoSerializer.writeint32(ProtoFieldInfo field, int value) protected abstract voidSerializer.writeint32(ProtoFieldInfo field, int value) voidJsonSerializer.writeInt64(ProtoFieldInfo field, long value) voidProtoSerializer.writeInt64(ProtoFieldInfo field, long value) abstract voidSerializer.writeInt64(ProtoFieldInfo field, long value) Writes a protobufint64field, even if it matches the default value.protected voidJsonSerializer.writeSInt32(ProtoFieldInfo field, int value) protected voidProtoSerializer.writeSInt32(ProtoFieldInfo field, int value) protected abstract voidSerializer.writeSInt32(ProtoFieldInfo info, int value) protected voidJsonSerializer.writeSpanId(ProtoFieldInfo field, String spanId) protected voidProtoSerializer.writeSpanId(ProtoFieldInfo field, String spanId) protected voidProtoSerializer.writeSpanId(ProtoFieldInfo field, String spanId, MarshalerContext context) protected abstract voidSerializer.writeSpanId(ProtoFieldInfo field, String spanId) protected voidSerializer.writeSpanId(ProtoFieldInfo field, String spanId, MarshalerContext context) protected voidJsonSerializer.writeStartMessage(ProtoFieldInfo field, int protoMessageSize) protected voidProtoSerializer.writeStartMessage(ProtoFieldInfo field, int protoMessageSize) protected abstract voidSerializer.writeStartMessage(ProtoFieldInfo field, int protoMessageSize) protected voidJsonSerializer.writeStartRepeated(ProtoFieldInfo field) protected voidProtoSerializer.writeStartRepeated(ProtoFieldInfo field) protected abstract voidSerializer.writeStartRepeated(ProtoFieldInfo field) Writes start of repeated messages.protected voidJsonSerializer.writeStartRepeatedElement(ProtoFieldInfo field, int protoMessageSize) protected voidProtoSerializer.writeStartRepeatedElement(ProtoFieldInfo field, int protoMessageSize) protected abstract voidSerializer.writeStartRepeatedElement(ProtoFieldInfo field, int protoMessageSize) Writes start of a repeated message element.protected voidJsonSerializer.writeStartRepeatedPrimitive(ProtoFieldInfo field, int protoSizePerElement, int numElements) protected voidProtoSerializer.writeStartRepeatedPrimitive(ProtoFieldInfo field, int protoSizePerElement, int numElements) protected abstract voidSerializer.writeStartRepeatedPrimitive(ProtoFieldInfo field, int protoSizePerElement, int numElements) protected voidJsonSerializer.writeStartRepeatedVarint(ProtoFieldInfo field, int payloadSize) protected voidProtoSerializer.writeStartRepeatedVarint(ProtoFieldInfo field, int payloadSize) protected abstract voidSerializer.writeStartRepeatedVarint(ProtoFieldInfo field, int payloadSize) voidJsonSerializer.writeString(ProtoFieldInfo field, byte[] utf8Bytes) voidJsonSerializer.writeString(ProtoFieldInfo field, String string, int utf8Length, MarshalerContext context) voidProtoSerializer.writeString(ProtoFieldInfo field, byte[] utf8Bytes) voidProtoSerializer.writeString(ProtoFieldInfo field, String string, int utf8Length, MarshalerContext context) abstract voidSerializer.writeString(ProtoFieldInfo field, byte[] utf8Bytes) Writes a protobufstringfield, even if it matches the default value.abstract voidSerializer.writeString(ProtoFieldInfo field, String string, int utf8Length, MarshalerContext context) protected voidJsonSerializer.writeTraceId(ProtoFieldInfo field, String traceId) protected voidProtoSerializer.writeTraceId(ProtoFieldInfo field, String traceId) protected voidProtoSerializer.writeTraceId(ProtoFieldInfo field, String traceId, MarshalerContext context) protected abstract voidSerializer.writeTraceId(ProtoFieldInfo field, String traceId) protected voidSerializer.writeTraceId(ProtoFieldInfo field, String traceId, MarshalerContext context) protected voidJsonSerializer.writeUint32(ProtoFieldInfo field, int value) protected voidProtoSerializer.writeUint32(ProtoFieldInfo field, int value) protected abstract voidSerializer.writeUint32(ProtoFieldInfo field, int value) voidJsonSerializer.writeUInt64(ProtoFieldInfo field, long value) voidProtoSerializer.writeUInt64(ProtoFieldInfo field, long value) abstract voidSerializer.writeUInt64(ProtoFieldInfo field, long value) Writes a protobufuint64field, 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 ProtoFieldInfoMetricMarshaler.dataFieldprivate final ProtoFieldInfoExemplarMarshaler.valueFieldprivate final ProtoFieldInfoNumberDataPointMarshaler.valueFieldMethods in io.opentelemetry.exporter.internal.otlp.metrics that return ProtoFieldInfoModifier and TypeMethodDescription(package private) static ProtoFieldInfoExemplarMarshaler.toProtoExemplarValueType(ExemplarData exemplar) (package private) static ProtoFieldInfoNumberDataPointMarshaler.toProtoPointValueType(PointData pointData) Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ProtoFieldInfoModifier and TypeMethodDescriptionprivate static intExemplarMarshaler.calculateSize(long timeUnixNano, ProtoFieldInfo valueField, ExemplarData value, SpanContext spanContext, KeyValueMarshaler[] filteredAttributeMarshalers) private static intMetricMarshaler.calculateSize(byte[] nameUtf8, byte[] descriptionUtf8, byte[] unitUtf8, Marshaler dataMarshaler, ProtoFieldInfo dataField) private static intNumberDataPointMarshaler.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 ProtoFieldInfoModifierConstructorDescriptionprivateExemplarMarshaler(long timeUnixNano, ExemplarData value, ProtoFieldInfo valueField, SpanContext spanContext, KeyValueMarshaler[] filteredAttributeMarshalers) privateMetricMarshaler(byte[] nameUtf8, byte[] descriptionUtf8, byte[] unitUtf8, Marshaler dataMarshaler, ProtoFieldInfo dataField) privateNumberDataPointMarshaler(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 ProtoFieldInfoExportLogsServiceRequest.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 ProtoFieldInfoExportMetricsServiceRequest.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 ProtoFieldInfoExportProfilesServiceRequest.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 ProtoFieldInfoExportTraceServiceRequest.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 ProtoFieldInfoAnyValue.ARRAY_VALUEstatic final ProtoFieldInfoInstrumentationScope.ATTRIBUTESstatic final ProtoFieldInfoAnyValue.BOOL_VALUEstatic final ProtoFieldInfoAnyValue.BYTES_VALUEstatic final ProtoFieldInfoAnyValue.DOUBLE_VALUEstatic final ProtoFieldInfoInstrumentationScope.DROPPED_ATTRIBUTES_COUNTstatic final ProtoFieldInfoAnyValue.INT_VALUEstatic final ProtoFieldInfoKeyValue.KEYstatic final ProtoFieldInfoAnyValue.KVLIST_VALUEstatic final ProtoFieldInfoInstrumentationScope.NAMEstatic final ProtoFieldInfoAnyValue.STRING_VALUEstatic final ProtoFieldInfoKeyValue.VALUEstatic final ProtoFieldInfoArrayValue.VALUESstatic final ProtoFieldInfoKeyValueList.VALUESstatic final ProtoFieldInfoInstrumentationScope.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 ProtoFieldInfoLogRecord.ATTRIBUTESstatic final ProtoFieldInfoLogRecord.BODYstatic final ProtoFieldInfoLogRecord.DROPPED_ATTRIBUTES_COUNTstatic final ProtoFieldInfoLogRecord.FLAGSstatic final ProtoFieldInfoScopeLogs.LOG_RECORDSstatic final ProtoFieldInfoLogRecord.OBSERVED_TIME_UNIX_NANOstatic final ProtoFieldInfoResourceLogs.RESOURCEstatic final ProtoFieldInfoResourceLogs.SCHEMA_URLstatic final ProtoFieldInfoScopeLogs.SCHEMA_URLstatic final ProtoFieldInfoScopeLogs.SCOPEstatic final ProtoFieldInfoResourceLogs.SCOPE_LOGSstatic final ProtoFieldInfoLogRecord.SEVERITY_NUMBERstatic final ProtoFieldInfoLogRecord.SEVERITY_TEXTstatic final ProtoFieldInfoLogRecord.SPAN_IDstatic final ProtoFieldInfoLogRecord.TIME_UNIX_NANOstatic final ProtoFieldInfoLogRecord.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 ProtoFieldInfoExponentialHistogram.AGGREGATION_TEMPORALITYstatic final ProtoFieldInfoHistogram.AGGREGATION_TEMPORALITYstatic final ProtoFieldInfostatic final ProtoFieldInfoExemplar.AS_DOUBLEstatic final ProtoFieldInfoNumberDataPoint.AS_DOUBLEstatic final ProtoFieldInfoExemplar.AS_INTstatic final ProtoFieldInfoNumberDataPoint.AS_INTstatic final ProtoFieldInfoExponentialHistogramDataPoint.ATTRIBUTESstatic final ProtoFieldInfoHistogramDataPoint.ATTRIBUTESstatic final ProtoFieldInfoNumberDataPoint.ATTRIBUTESstatic final ProtoFieldInfoSummaryDataPoint.ATTRIBUTESstatic final ProtoFieldInfoExponentialHistogramDataPoint.Buckets.BUCKET_COUNTSstatic final ProtoFieldInfoHistogramDataPoint.BUCKET_COUNTSstatic final ProtoFieldInfoExponentialHistogramDataPoint.COUNTstatic final ProtoFieldInfoHistogramDataPoint.COUNTstatic final ProtoFieldInfoSummaryDataPoint.COUNTstatic final ProtoFieldInfoExponentialHistogram.DATA_POINTSstatic final ProtoFieldInfoGauge.DATA_POINTSstatic final ProtoFieldInfoHistogram.DATA_POINTSstatic final ProtoFieldInfoSum.DATA_POINTSstatic final ProtoFieldInfoSummary.DATA_POINTSstatic final ProtoFieldInfoMetric.DESCRIPTIONstatic final ProtoFieldInfoExponentialHistogramDataPoint.EXEMPLARSstatic final ProtoFieldInfoHistogramDataPoint.EXEMPLARSstatic final ProtoFieldInfoNumberDataPoint.EXEMPLARSstatic final ProtoFieldInfoHistogramDataPoint.EXPLICIT_BOUNDSstatic final ProtoFieldInfoMetric.EXPONENTIAL_HISTOGRAMstatic final ProtoFieldInfoExemplar.FILTERED_ATTRIBUTESstatic final ProtoFieldInfoExponentialHistogramDataPoint.FLAGSstatic final ProtoFieldInfoHistogramDataPoint.FLAGSstatic final ProtoFieldInfoNumberDataPoint.FLAGSstatic final ProtoFieldInfoSummaryDataPoint.FLAGSstatic final ProtoFieldInfoMetric.GAUGEstatic final ProtoFieldInfoMetric.HISTOGRAMstatic final ProtoFieldInfoSum.IS_MONOTONICstatic final ProtoFieldInfoExponentialHistogramDataPoint.MAXstatic final ProtoFieldInfoHistogramDataPoint.MAXstatic final ProtoFieldInfoMetric.METADATAstatic final ProtoFieldInfoScopeMetrics.METRICSstatic final ProtoFieldInfoExponentialHistogramDataPoint.MINstatic final ProtoFieldInfoHistogramDataPoint.MINstatic final ProtoFieldInfoMetric.NAMEstatic final ProtoFieldInfoExponentialHistogramDataPoint.NEGATIVEstatic final ProtoFieldInfoExponentialHistogramDataPoint.Buckets.OFFSETstatic final ProtoFieldInfoExponentialHistogramDataPoint.POSITIVEstatic final ProtoFieldInfoSummaryDataPoint.ValueAtQuantile.QUANTILEstatic final ProtoFieldInfoSummaryDataPoint.QUANTILE_VALUESstatic final ProtoFieldInfoResourceMetrics.RESOURCEstatic final ProtoFieldInfoExponentialHistogramDataPoint.SCALEstatic final ProtoFieldInfoResourceMetrics.SCHEMA_URLstatic final ProtoFieldInfoScopeMetrics.SCHEMA_URLstatic final ProtoFieldInfoScopeMetrics.SCOPEstatic final ProtoFieldInfoResourceMetrics.SCOPE_METRICSstatic final ProtoFieldInfoExemplar.SPAN_IDstatic final ProtoFieldInfoExponentialHistogramDataPoint.START_TIME_UNIX_NANOstatic final ProtoFieldInfoHistogramDataPoint.START_TIME_UNIX_NANOstatic final ProtoFieldInfoNumberDataPoint.START_TIME_UNIX_NANOstatic final ProtoFieldInfoSummaryDataPoint.START_TIME_UNIX_NANOstatic final ProtoFieldInfoExponentialHistogramDataPoint.SUMstatic final ProtoFieldInfoHistogramDataPoint.SUMstatic final ProtoFieldInfoMetric.SUMstatic final ProtoFieldInfoSummaryDataPoint.SUMstatic final ProtoFieldInfoMetric.SUMMARYstatic final ProtoFieldInfoExemplar.TIME_UNIX_NANOstatic final ProtoFieldInfoExponentialHistogramDataPoint.TIME_UNIX_NANOstatic final ProtoFieldInfoHistogramDataPoint.TIME_UNIX_NANOstatic final ProtoFieldInfoNumberDataPoint.TIME_UNIX_NANOstatic final ProtoFieldInfoSummaryDataPoint.TIME_UNIX_NANOstatic final ProtoFieldInfoExemplar.TRACE_IDstatic final ProtoFieldInfoMetric.UNITstatic final ProtoFieldInfoSummaryDataPoint.ValueAtQuantile.VALUEstatic final ProtoFieldInfoExponentialHistogramDataPoint.ZERO_COUNTstatic final ProtoFieldInfoExponentialHistogramDataPoint.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 ProtoFieldInfoLocation.ADDRESSstatic final ProtoFieldInfoValueType.AGGREGATION_TEMPORALITYstatic final ProtoFieldInfoAttributeUnit.ATTRIBUTE_KEYstatic final ProtoFieldInfoProfile.ATTRIBUTE_TABLEstatic final ProtoFieldInfoProfile.ATTRIBUTE_UNITSstatic final ProtoFieldInfoLocation.ATTRIBUTESstatic final ProtoFieldInfoMapping.ATTRIBUTESstatic final ProtoFieldInfoProfileContainer.ATTRIBUTESstatic final ProtoFieldInfoSample.ATTRIBUTESstatic final ProtoFieldInfoMapping.BUILD_IDstatic final ProtoFieldInfoMapping.BUILD_ID_KINDstatic final ProtoFieldInfoLine.COLUMNstatic final ProtoFieldInfoProfile.COMMENTstatic final ProtoFieldInfoProfile.DEFAULT_SAMPLE_TYPEstatic final ProtoFieldInfoProfile.DROP_FRAMESstatic final ProtoFieldInfoProfileContainer.DROPPED_ATTRIBUTES_COUNTstatic final ProtoFieldInfoProfile.DURATION_NANOSstatic final ProtoFieldInfoProfileContainer.END_TIME_UNIX_NANOstatic final ProtoFieldInfoMapping.FILE_OFFSETstatic final ProtoFieldInfoFunction.FILENAMEstatic final ProtoFieldInfoMapping.FILENAMEstatic final ProtoFieldInfoProfile.FUNCTIONstatic final ProtoFieldInfoLine.FUNCTION_INDEXstatic final ProtoFieldInfoMapping.HAS_FILENAMESstatic final ProtoFieldInfoMapping.HAS_FUNCTIONSstatic final ProtoFieldInfoMapping.HAS_INLINE_FRAMESstatic final ProtoFieldInfoMapping.HAS_LINE_NUMBERSstatic final ProtoFieldInfoFunction.IDstatic final ProtoFieldInfoLocation.IDstatic final ProtoFieldInfoMapping.IDstatic final ProtoFieldInfoLocation.IS_FOLDEDstatic final ProtoFieldInfoProfile.KEEP_FRAMESstatic final ProtoFieldInfoLabel.KEYstatic final ProtoFieldInfoSample.LABELstatic final ProtoFieldInfoLine.LINEstatic final ProtoFieldInfoLocation.LINEstatic final ProtoFieldInfoSample.LINKstatic final ProtoFieldInfoProfile.LINK_TABLEstatic final ProtoFieldInfoProfile.LOCATIONstatic final ProtoFieldInfoSample.LOCATION_INDEXstatic final ProtoFieldInfoProfile.LOCATION_INDICESstatic final ProtoFieldInfoSample.LOCATIONS_LENGTHstatic final ProtoFieldInfoSample.LOCATIONS_START_INDEXstatic final ProtoFieldInfoProfile.MAPPINGstatic final ProtoFieldInfoLocation.MAPPING_INDEXstatic final ProtoFieldInfoMapping.MEMORY_LIMITstatic final ProtoFieldInfoMapping.MEMORY_STARTstatic final ProtoFieldInfoFunction.NAMEstatic final ProtoFieldInfoLabel.NUMstatic final ProtoFieldInfoLabel.NUM_UNITstatic final ProtoFieldInfoProfileContainer.ORIGINAL_PAYLOADstatic final ProtoFieldInfoProfileContainer.ORIGINAL_PAYLOAD_FORMATstatic final ProtoFieldInfoProfile.PERIODstatic final ProtoFieldInfoProfile.PERIOD_TYPEstatic final ProtoFieldInfoProfileContainer.PROFILEstatic final ProtoFieldInfoProfileContainer.PROFILE_IDstatic final ProtoFieldInfoScopeProfiles.PROFILESstatic final ProtoFieldInfoResourceProfiles.RESOURCEstatic final ProtoFieldInfoProfile.SAMPLEstatic final ProtoFieldInfoProfile.SAMPLE_TYPEstatic final ProtoFieldInfoResourceProfiles.SCHEMA_URLstatic final ProtoFieldInfoScopeProfiles.SCHEMA_URLstatic final ProtoFieldInfoScopeProfiles.SCOPEstatic final ProtoFieldInfoResourceProfiles.SCOPE_PROFILESstatic final ProtoFieldInfoLink.SPAN_IDstatic final ProtoFieldInfoSample.STACKTRACE_ID_INDEXstatic final ProtoFieldInfoFunction.START_LINEstatic final ProtoFieldInfoProfileContainer.START_TIME_UNIX_NANOstatic final ProtoFieldInfoLabel.STRstatic final ProtoFieldInfoProfile.STRING_TABLEstatic final ProtoFieldInfoFunction.SYSTEM_NAMEstatic final ProtoFieldInfoProfile.TIME_NANOSstatic final ProtoFieldInfoSample.TIMESTAMPS_UNIX_NANOstatic final ProtoFieldInfoLink.TRACE_IDstatic final ProtoFieldInfoValueType.TYPEstatic final ProtoFieldInfoLocation.TYPE_INDEXstatic final ProtoFieldInfoAttributeUnit.UNITstatic final ProtoFieldInfoValueType.UNITstatic final ProtoFieldInfoSample.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 ProtoFieldInfoResource.ATTRIBUTESstatic final ProtoFieldInfoResource.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 ProtoFieldInfoSpan.ATTRIBUTESstatic final ProtoFieldInfoSpan.Event.ATTRIBUTESstatic final ProtoFieldInfoSpan.Link.ATTRIBUTESstatic final ProtoFieldInfoStatus.CODEstatic final ProtoFieldInfostatic final ProtoFieldInfoSpan.Event.DROPPED_ATTRIBUTES_COUNTstatic final ProtoFieldInfoSpan.Link.DROPPED_ATTRIBUTES_COUNTstatic final ProtoFieldInfoSpan.DROPPED_EVENTS_COUNTstatic final ProtoFieldInfoSpan.DROPPED_LINKS_COUNTstatic final ProtoFieldInfoSpan.END_TIME_UNIX_NANOstatic final ProtoFieldInfoSpan.EVENTSstatic final ProtoFieldInfoSpan.FLAGSstatic final ProtoFieldInfoSpan.Link.FLAGSstatic final ProtoFieldInfoSpan.KINDstatic final ProtoFieldInfoSpan.LINKSstatic final ProtoFieldInfoStatus.MESSAGEstatic final ProtoFieldInfoSpan.Event.NAMEstatic final ProtoFieldInfoSpan.NAMEstatic final ProtoFieldInfoSpan.PARENT_SPAN_IDstatic final ProtoFieldInfoResourceSpans.RESOURCEstatic final ProtoFieldInfoResourceSpans.SCHEMA_URLstatic final ProtoFieldInfoScopeSpans.SCHEMA_URLstatic final ProtoFieldInfoScopeSpans.SCOPEstatic final ProtoFieldInfoResourceSpans.SCOPE_SPANSstatic final ProtoFieldInfoSpan.Link.SPAN_IDstatic final ProtoFieldInfoSpan.SPAN_IDstatic final ProtoFieldInfoScopeSpans.SPANSstatic final ProtoFieldInfoSpan.START_TIME_UNIX_NANOstatic final ProtoFieldInfoSpan.STATUSstatic final ProtoFieldInfoSpan.Event.TIME_UNIX_NANOstatic final ProtoFieldInfoSpan.Link.TRACE_IDstatic final ProtoFieldInfoSpan.TRACE_IDstatic final ProtoFieldInfoSpan.Link.TRACE_STATEstatic final ProtoFieldInfoSpan.TRACE_STATE