Uses of Class
io.opentelemetry.exporter.internal.marshal.ProtoEnumInfo
-
Packages that use ProtoEnumInfo Package Description io.opentelemetry.exporter.internal.marshal Marshaling framework for serializing data to protobuf format.io.opentelemetry.exporter.internal.otlp.logs Marshaling of OTLP logs.io.opentelemetry.exporter.internal.otlp.metrics Marshaling of OTLP metrics.io.opentelemetry.exporter.internal.otlp.traces Marshaling of OTLP traces.io.opentelemetry.proto.logs.v1.internal io.opentelemetry.proto.metrics.v1.internal io.opentelemetry.proto.profiles.v1experimental.internal io.opentelemetry.proto.trace.v1.internal -
-
Uses of ProtoEnumInfo in io.opentelemetry.exporter.internal.marshal
Subclasses of ProtoEnumInfo in io.opentelemetry.exporter.internal.marshal Modifier and Type Class Description (package private) classAutoValue_ProtoEnumInfoMethods in io.opentelemetry.exporter.internal.marshal that return ProtoEnumInfo Modifier and Type Method Description static ProtoEnumInfoProtoEnumInfo. create(int enumNumber, java.lang.String jsonName)Methods in io.opentelemetry.exporter.internal.marshal with parameters of type ProtoEnumInfo Modifier and Type Method Description voidSerializer. 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 ProtoEnumInfo Modifier and Type Field Description private ProtoEnumInfoLogMarshaler. severityNumberMethods in io.opentelemetry.exporter.internal.otlp.logs that return ProtoEnumInfo Modifier and Type Method Description (package private) static ProtoEnumInfoLogMarshaler. toProtoSeverityNumber(Severity severity)Methods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ProtoEnumInfo Modifier and Type Method Description private static intLogMarshaler. calculateSize(long timeUnixNano, long observedTimeUnixNano, ProtoEnumInfo severityNumber, byte[] severityText, MarshalerWithSize anyValueMarshaler, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, TraceFlags traceFlags, java.lang.String traceId, java.lang.String spanId)Constructors in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ProtoEnumInfo Constructor Description LogMarshaler(long timeUnixNano, long observedTimeUnixNano, ProtoEnumInfo severityNumber, byte[] severityText, MarshalerWithSize anyValueMarshaler, KeyValueMarshaler[] attributeMarshalers, int droppedAttributesCount, TraceFlags traceFlags, java.lang.String traceId, java.lang.String spanId) -
Uses of ProtoEnumInfo in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as ProtoEnumInfo Modifier and Type Field Description private ProtoEnumInfoExponentialHistogramMarshaler. aggregationTemporalityprivate ProtoEnumInfoHistogramMarshaler. aggregationTemporalityprivate ProtoEnumInfoSumMarshaler. aggregationTemporalityMethods in io.opentelemetry.exporter.internal.otlp.metrics that return ProtoEnumInfo Modifier and Type Method Description (package private) static ProtoEnumInfoMetricsMarshalerUtil. mapToTemporality(AggregationTemporality temporality)Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ProtoEnumInfo Modifier and Type Method Description private 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 ProtoEnumInfo Constructor Description ExponentialHistogramMarshaler(ExponentialHistogramDataPointMarshaler[] dataPointMarshalers, ProtoEnumInfo aggregationTemporality)HistogramMarshaler(HistogramDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality)SumMarshaler(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 ProtoEnumInfo Modifier and Type Field Description private ProtoEnumInfoSpanStatusMarshaler. protoStatusCodeprivate ProtoEnumInfoSpanMarshaler. spanKindMethods in io.opentelemetry.exporter.internal.otlp.traces that return ProtoEnumInfo Modifier and Type Method Description (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 ProtoEnumInfo Modifier and Type Method Description private static intSpanMarshaler. calculateSize(java.lang.String traceId, java.lang.String spanId, byte[] traceStateUtf8, java.lang.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 ProtoEnumInfo Constructor Description SpanMarshaler(java.lang.String traceId, java.lang.String spanId, byte[] traceStateUtf8, java.lang.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)SpanStatusMarshaler(ProtoEnumInfo protoStatusCode, byte[] descriptionUtf8) -
Uses of ProtoEnumInfo in io.opentelemetry.proto.logs.v1.internal
-
Uses of ProtoEnumInfo in io.opentelemetry.proto.metrics.v1.internal
Fields in io.opentelemetry.proto.metrics.v1.internal declared as ProtoEnumInfo Modifier and Type Field Description static ProtoEnumInfoAggregationTemporality. AGGREGATION_TEMPORALITY_CUMULATIVEstatic ProtoEnumInfoAggregationTemporality. AGGREGATION_TEMPORALITY_DELTAstatic ProtoEnumInfoAggregationTemporality. AGGREGATION_TEMPORALITY_UNSPECIFIED -
Uses of ProtoEnumInfo in io.opentelemetry.proto.profiles.v1experimental.internal
Fields in io.opentelemetry.proto.profiles.v1experimental.internal declared as ProtoEnumInfo Modifier and Type Field Description static ProtoEnumInfoAggregationTemporality. AGGREGATION_TEMPORALITY_CUMULATIVEstatic ProtoEnumInfoAggregationTemporality. AGGREGATION_TEMPORALITY_DELTAstatic ProtoEnumInfoAggregationTemporality. AGGREGATION_TEMPORALITY_UNSPECIFIEDstatic ProtoEnumInfoBuildIdKind. BUILD_ID_BINARY_HASHstatic ProtoEnumInfoBuildIdKind. BUILD_ID_LINKER -
Uses of ProtoEnumInfo in io.opentelemetry.proto.trace.v1.internal
Fields in io.opentelemetry.proto.trace.v1.internal declared as ProtoEnumInfo Modifier and Type Field Description static ProtoEnumInfoSpan.SpanKind. SPAN_KIND_CLIENTstatic ProtoEnumInfoSpan.SpanKind. SPAN_KIND_CONSUMERstatic ProtoEnumInfoSpan.SpanKind. SPAN_KIND_INTERNALstatic ProtoEnumInfoSpan.SpanKind. SPAN_KIND_PRODUCERstatic ProtoEnumInfoSpan.SpanKind. SPAN_KIND_SERVERstatic ProtoEnumInfoSpan.SpanKind. SPAN_KIND_UNSPECIFIEDstatic ProtoEnumInfoStatus.StatusCode. STATUS_CODE_ERRORstatic ProtoEnumInfoStatus.StatusCode. STATUS_CODE_OKstatic ProtoEnumInfoStatus.StatusCode. STATUS_CODE_UNSET
-