6 instantiations of Buckets
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (6)
4575
Positive = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
();
4581
Negative = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
();
4728
Positive = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
();
4735
Negative = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
();
4780
private static readonly pb::MessageParser<Buckets> _parser = new pb::MessageParser<Buckets>(() => new
Buckets
());
4817
return new
Buckets
(this);
15 references to Buckets
Aspire.Dashboard (15)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (15)
127
new pbr::GeneratedClrTypeInfo(typeof(global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint), global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Parser, new[]{ "Attributes", "StartTimeUnixNano", "TimeUnixNano", "Count", "Sum", "Scale", "ZeroCount", "Positive", "Negative", "Flags", "Exemplars", "Min", "Max", "ZeroThreshold" }, new[]{ "Sum", "Min", "Max" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
), global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
.Parser, new[]{ "Offset", "BucketCounts" }, null, null, null, null)}),
4177
private global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
positive_;
4183
public global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
Positive {
4192
private global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
negative_;
4198
public global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.
Buckets
Negative {
4775
public sealed partial class Buckets : pb::IMessage<
Buckets
>
4780
private static readonly pb::MessageParser<
Buckets
> _parser = new pb::MessageParser<
Buckets
>(() => new Buckets());
4784
public static pb::MessageParser<
Buckets
> Parser { get { return _parser; } }
4808
public Buckets(
Buckets
other) : this() {
4816
public
Buckets
Clone() {
4862
return Equals(other as
Buckets
);
4867
public bool Equals(
Buckets
other) {
4945
public void MergeFrom(
Buckets
other) {