All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.rocketmq.shaded.io.opentelemetry.proto.metrics.v1.internal.AggregationTemporality Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show 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 org.apache.rocketmq.shaded.io.opentelemetry.proto.metrics.v1.internal;

import org.apache.rocketmq.shaded.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