Uses of Class
io.opentelemetry.exporter.internal.marshal.ProtoEnumInfo
Packages that use ProtoEnumInfo
Package
Description
Marshaling framework for serializing data to protobuf format.
Marshaling of OTLP logs.
Marshaling of OTLP metrics.
Marshaling of OTLP traces.
-
Uses of ProtoEnumInfo in io.opentelemetry.exporter.internal.marshal
Subclasses of ProtoEnumInfo in io.opentelemetry.exporter.internal.marshalMethods in io.opentelemetry.exporter.internal.marshal that return ProtoEnumInfoMethods in io.opentelemetry.exporter.internal.marshal with parameters of type ProtoEnumInfoModifier and TypeMethodDescriptionvoidSerializer.serializeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) Serializes a protobufenumfield.static intMarshalerUtil.sizeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) Returns the size of a enum field.protected voidJsonSerializer.writeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) protected voidProtoSerializer.writeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) protected abstract voidSerializer.writeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue) -
Uses of ProtoEnumInfo in io.opentelemetry.exporter.internal.otlp.logs
Fields in io.opentelemetry.exporter.internal.otlp.logs declared as ProtoEnumInfoMethods in io.opentelemetry.exporter.internal.otlp.logs that return ProtoEnumInfoModifier and TypeMethodDescription(package private) static ProtoEnumInfoLogMarshaler.toProtoSeverityNumber(Severity severity) Methods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ProtoEnumInfoModifier and TypeMethodDescriptionprivate static intLogMarshaler.calculateSize(long timeUnixNano, long observedTimeUnixNano, ProtoEnumInfo severityNumber, byte[] severityText, MarshalerWithSize anyValueMarshaler, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, TraceFlags traceFlags, String traceId, String spanId) Constructors in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ProtoEnumInfoModifierConstructorDescriptionprivateLogMarshaler(long timeUnixNano, long observedTimeUnixNano, ProtoEnumInfo severityNumber, byte[] severityText, MarshalerWithSize anyValueMarshaler, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, TraceFlags traceFlags, String traceId, String spanId) -
Uses of ProtoEnumInfo in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as ProtoEnumInfoModifier and TypeFieldDescriptionprivate final ProtoEnumInfoExponentialHistogramMarshaler.aggregationTemporalityprivate final ProtoEnumInfoHistogramMarshaler.aggregationTemporalityprivate final ProtoEnumInfoSumMarshaler.aggregationTemporalityMethods in io.opentelemetry.exporter.internal.otlp.metrics that return ProtoEnumInfoModifier and TypeMethodDescription(package private) static ProtoEnumInfoMetricsMarshalerUtil.mapToTemporality(AggregationTemporality temporality) Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ProtoEnumInfoModifier and TypeMethodDescriptionprivate static intExponentialHistogramMarshaler.calculateSize(ExponentialHistogramDataPointMarshaler[] dataPointMarshalers, ProtoEnumInfo aggregationTemporality) private static intHistogramMarshaler.calculateSize(HistogramDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality) private static intSumMarshaler.calculateSize(NumberDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality, boolean isMonotonic) Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ProtoEnumInfoModifierConstructorDescriptionprivateExponentialHistogramMarshaler(ExponentialHistogramDataPointMarshaler[] dataPointMarshalers, ProtoEnumInfo aggregationTemporality) privateHistogramMarshaler(HistogramDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality) privateSumMarshaler(NumberDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality, boolean isMonotonic) -
Uses of ProtoEnumInfo in io.opentelemetry.exporter.internal.otlp.traces
Fields in io.opentelemetry.exporter.internal.otlp.traces declared as ProtoEnumInfoModifier and TypeFieldDescriptionprivate final ProtoEnumInfoSpanStatusMarshaler.protoStatusCodeprivate final ProtoEnumInfoSpanMarshaler.spanKindMethods in io.opentelemetry.exporter.internal.otlp.traces that return ProtoEnumInfoModifier and TypeMethodDescription(package private) static ProtoEnumInfoSpanMarshaler.toProtoSpanKind(SpanKind kind) (package private) static ProtoEnumInfoSpanStatusMarshaler.toProtoSpanStatus(StatusData status) Methods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type ProtoEnumInfoModifier and TypeMethodDescriptionprivate static intSpanMarshaler.calculateSize(String traceId, String spanId, byte[] traceStateUtf8, String parentSpanId, byte[] nameUtf8, ProtoEnumInfo spanKind, long startEpochNanos, long endEpochNanos, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, SpanEventMarshaler[] spanEventMarshalers, int droppedEventsCount, SpanLinkMarshaler[] spanLinkMarshalers, int droppedLinksCount, SpanStatusMarshaler spanStatusMarshaler, TraceFlags flags, boolean isParentContextRemote) private static intSpanStatusMarshaler.computeSize(ProtoEnumInfo protoStatusCode, byte[] descriptionUtf8) Constructors in io.opentelemetry.exporter.internal.otlp.traces with parameters of type ProtoEnumInfoModifierConstructorDescriptionprivateSpanMarshaler(String traceId, String spanId, byte[] traceStateUtf8, String parentSpanId, byte[] nameUtf8, ProtoEnumInfo spanKind, long startEpochNanos, long endEpochNanos, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, SpanEventMarshaler[] spanEventMarshalers, int droppedEventsCount, SpanLinkMarshaler[] spanLinkMarshalers, int droppedLinksCount, SpanStatusMarshaler spanStatusMarshaler, TraceFlags flags, boolean isParentContextRemote) privateSpanStatusMarshaler(ProtoEnumInfo protoStatusCode, byte[] descriptionUtf8) -
Uses of ProtoEnumInfo in io.opentelemetry.proto.logs.v1.internal
Fields in io.opentelemetry.proto.logs.v1.internal declared as ProtoEnumInfoModifier and TypeFieldDescriptionstatic final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_DEBUGstatic final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_DEBUG2static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_DEBUG3static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_DEBUG4static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_ERRORstatic final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_ERROR2static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_ERROR3static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_ERROR4static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_FATALstatic final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_FATAL2static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_FATAL3static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_FATAL4static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_INFOstatic final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_INFO2static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_INFO3static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_INFO4static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_TRACEstatic final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_TRACE2static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_TRACE3static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_TRACE4static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_UNSPECIFIEDstatic final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_WARNstatic final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_WARN2static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_WARN3static final ProtoEnumInfoSeverityNumber.SEVERITY_NUMBER_WARN4 -
Uses of ProtoEnumInfo in io.opentelemetry.proto.metrics.v1.internal
Fields in io.opentelemetry.proto.metrics.v1.internal declared as ProtoEnumInfoModifier and TypeFieldDescriptionstatic final ProtoEnumInfoAggregationTemporality.AGGREGATION_TEMPORALITY_CUMULATIVEstatic final ProtoEnumInfoAggregationTemporality.AGGREGATION_TEMPORALITY_DELTAstatic final ProtoEnumInfoAggregationTemporality.AGGREGATION_TEMPORALITY_UNSPECIFIED -
Uses of ProtoEnumInfo in io.opentelemetry.proto.profiles.v1experimental.internal
Fields in io.opentelemetry.proto.profiles.v1experimental.internal declared as ProtoEnumInfoModifier and TypeFieldDescriptionstatic final ProtoEnumInfoAggregationTemporality.AGGREGATION_TEMPORALITY_CUMULATIVEstatic final ProtoEnumInfoAggregationTemporality.AGGREGATION_TEMPORALITY_DELTAstatic final ProtoEnumInfoAggregationTemporality.AGGREGATION_TEMPORALITY_UNSPECIFIEDstatic final ProtoEnumInfoBuildIdKind.BUILD_ID_BINARY_HASHstatic final ProtoEnumInfoBuildIdKind.BUILD_ID_LINKER -
Uses of ProtoEnumInfo in io.opentelemetry.proto.trace.v1.internal
Fields in io.opentelemetry.proto.trace.v1.internal declared as ProtoEnumInfoModifier and TypeFieldDescriptionstatic final ProtoEnumInfoSpan.SpanKind.SPAN_KIND_CLIENTstatic final ProtoEnumInfoSpan.SpanKind.SPAN_KIND_CONSUMERstatic final ProtoEnumInfoSpan.SpanKind.SPAN_KIND_INTERNALstatic final ProtoEnumInfoSpan.SpanKind.SPAN_KIND_PRODUCERstatic final ProtoEnumInfoSpan.SpanKind.SPAN_KIND_SERVERstatic final ProtoEnumInfoSpan.SpanKind.SPAN_KIND_UNSPECIFIEDstatic final ProtoEnumInfoStatus.StatusCode.STATUS_CODE_ERRORstatic final ProtoEnumInfoStatus.StatusCode.STATUS_CODE_OKstatic final ProtoEnumInfoStatus.StatusCode.STATUS_CODE_UNSET