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) class
AutoValue_ProtoEnumInfo
Methods in io.opentelemetry.exporter.internal.marshal that return ProtoEnumInfo Modifier and Type Method Description static ProtoEnumInfo
ProtoEnumInfo. create(int enumNumber, java.lang.String jsonName)
Methods in io.opentelemetry.exporter.internal.marshal with parameters of type ProtoEnumInfo Modifier and Type Method Description void
Serializer. serializeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue)
Serializes a protobufenum
field.static int
MarshalerUtil. sizeEnum(ProtoFieldInfo field, ProtoEnumInfo enumValue)
Returns the size of a enum field.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)
-
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 ProtoEnumInfo
LogMarshaler. severityNumber
Methods in io.opentelemetry.exporter.internal.otlp.logs that return ProtoEnumInfo Modifier and Type Method Description (package private) static ProtoEnumInfo
LogMarshaler. toProtoSeverityNumber(Severity severity)
Methods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ProtoEnumInfo Modifier and Type Method Description private static int
LogMarshaler. 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 ProtoEnumInfo
ExponentialHistogramMarshaler. aggregationTemporality
private ProtoEnumInfo
HistogramMarshaler. aggregationTemporality
private ProtoEnumInfo
SumMarshaler. aggregationTemporality
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return ProtoEnumInfo Modifier and Type Method Description (package private) static ProtoEnumInfo
MetricsMarshalerUtil. mapToTemporality(AggregationTemporality temporality)
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ProtoEnumInfo Modifier and Type Method Description private static int
ExponentialHistogramMarshaler. calculateSize(ExponentialHistogramDataPointMarshaler[] dataPointMarshalers, ProtoEnumInfo aggregationTemporality)
private static int
HistogramMarshaler. calculateSize(HistogramDataPointMarshaler[] dataPoints, ProtoEnumInfo aggregationTemporality)
private static int
SumMarshaler. 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 ProtoEnumInfo
SpanStatusMarshaler. protoStatusCode
private ProtoEnumInfo
SpanMarshaler. spanKind
Methods in io.opentelemetry.exporter.internal.otlp.traces that return ProtoEnumInfo Modifier and Type Method Description (package private) static ProtoEnumInfo
SpanMarshaler. toProtoSpanKind(SpanKind kind)
(package private) static ProtoEnumInfo
SpanStatusMarshaler. toProtoSpanStatus(StatusData status)
Methods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type ProtoEnumInfo Modifier and Type Method Description private static int
SpanMarshaler. 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 int
SpanStatusMarshaler. 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 ProtoEnumInfo
AggregationTemporality. AGGREGATION_TEMPORALITY_CUMULATIVE
static ProtoEnumInfo
AggregationTemporality. AGGREGATION_TEMPORALITY_DELTA
static ProtoEnumInfo
AggregationTemporality. 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 ProtoEnumInfo
AggregationTemporality. AGGREGATION_TEMPORALITY_CUMULATIVE
static ProtoEnumInfo
AggregationTemporality. AGGREGATION_TEMPORALITY_DELTA
static ProtoEnumInfo
AggregationTemporality. AGGREGATION_TEMPORALITY_UNSPECIFIED
static ProtoEnumInfo
BuildIdKind. BUILD_ID_BINARY_HASH
static ProtoEnumInfo
BuildIdKind. 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 ProtoEnumInfo
Span.SpanKind. SPAN_KIND_CLIENT
static ProtoEnumInfo
Span.SpanKind. SPAN_KIND_CONSUMER
static ProtoEnumInfo
Span.SpanKind. SPAN_KIND_INTERNAL
static ProtoEnumInfo
Span.SpanKind. SPAN_KIND_PRODUCER
static ProtoEnumInfo
Span.SpanKind. SPAN_KIND_SERVER
static ProtoEnumInfo
Span.SpanKind. SPAN_KIND_UNSPECIFIED
static ProtoEnumInfo
Status.StatusCode. STATUS_CODE_ERROR
static ProtoEnumInfo
Status.StatusCode. STATUS_CODE_OK
static ProtoEnumInfo
Status.StatusCode. STATUS_CODE_UNSET
-