io.opentelemetry.proto.metrics.v1.internal.AggregationTemporality Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-exporter-otlp-common Show documentation
Show all versions of opentelemetry-exporter-otlp-common Show documentation
OpenTelemetry Protocol Exporter
The newest version!
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: opentelemetry.proto.metrics.v1.AggregationTemporality in opentelemetry/proto/metrics/v1/metrics.proto
package io.opentelemetry.proto.metrics.v1.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoEnumInfo;
public final class AggregationTemporality {
public static final ProtoEnumInfo AGGREGATION_TEMPORALITY_UNSPECIFIED = ProtoEnumInfo.create(0, "AGGREGATION_TEMPORALITY_UNSPECIFIED");
public static final ProtoEnumInfo AGGREGATION_TEMPORALITY_DELTA = ProtoEnumInfo.create(1, "AGGREGATION_TEMPORALITY_DELTA");
public static final ProtoEnumInfo AGGREGATION_TEMPORALITY_CUMULATIVE = ProtoEnumInfo.create(2, "AGGREGATION_TEMPORALITY_CUMULATIVE");
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy