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

org.apache.rocketmq.shaded.io.opentelemetry.proto.metrics.v1.internal.SummaryDataPoint 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.SummaryDataPoint 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.ProtoFieldInfo;

public final class SummaryDataPoint {
  public static final ProtoFieldInfo ATTRIBUTES = ProtoFieldInfo.create(7, 58, "attributes");

  public static final ProtoFieldInfo START_TIME_UNIX_NANO = ProtoFieldInfo.create(2, 17, "startTimeUnixNano");

  public static final ProtoFieldInfo TIME_UNIX_NANO = ProtoFieldInfo.create(3, 25, "timeUnixNano");

  public static final ProtoFieldInfo COUNT = ProtoFieldInfo.create(4, 33, "count");

  public static final ProtoFieldInfo SUM = ProtoFieldInfo.create(5, 41, "sum");

  public static final ProtoFieldInfo QUANTILE_VALUES = ProtoFieldInfo.create(6, 50, "quantileValues");

  public static final ProtoFieldInfo FLAGS = ProtoFieldInfo.create(8, 64, "flags");

  public static final class ValueAtQuantile {
    public static final ProtoFieldInfo QUANTILE = ProtoFieldInfo.create(1, 9, "quantile");

    public static final ProtoFieldInfo VALUE = ProtoFieldInfo.create(2, 17, "value");
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy