6 instantiations of Buckets
Aspire.Dashboard (6)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (6)
4575Positive = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets(); 4581Negative = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets(); 4728Positive = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets(); 4735Negative = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets(); 4780private static readonly pb::MessageParser<Buckets> _parser = new pb::MessageParser<Buckets>(() => new Buckets()); 4817return new Buckets(this);
15 references to Buckets
Aspire.Dashboard (15)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (15)
127new 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)}), 4177private global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets positive_; 4183public global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets Positive { 4192private global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets negative_; 4198public global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets Negative { 4775public sealed partial class Buckets : pb::IMessage<Buckets> 4780private static readonly pb::MessageParser<Buckets> _parser = new pb::MessageParser<Buckets>(() => new Buckets()); 4784public static pb::MessageParser<Buckets> Parser { get { return _parser; } } 4808public Buckets(Buckets other) : this() { 4816public Buckets Clone() { 4862return Equals(other as Buckets); 4867public bool Equals(Buckets other) { 4945public void MergeFrom(Buckets other) {