3 writes to Positive
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4671Positive = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets(); 4824Positive = new global::OpenTelemetry.Proto.Metrics.V1.ExponentialHistogramDataPoint.Types.Buckets();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
630dataPoint.Positive = ToProtobuf(json.Positive);
8 references to Positive
Aspire.Dashboard (8)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (8)
4434if (!object.Equals(Positive, other.Positive)) return false; 4455if (positive_ != null) hash ^= Positive.GetHashCode(); 4567output.WriteMessage(Positive); 4620size += 1 + pb::CodedOutputStream.ComputeMessageSize(Positive); 4673Positive.MergeFrom(other.Positive); 4826input.ReadMessage(Positive);