4 writes to Gauge
Aspire.Dashboard (4)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (3)
1168
Gauge
= other.Gauge.Clone();
1540
Gauge
= new global::OpenTelemetry.Proto.Metrics.V1.Gauge();
1687
Gauge
= subBuilder;
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
395
metric.
Gauge
= ToProtobuf(json.Gauge);
12 references to Gauge
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1168
Gauge = other.
Gauge
.Clone();
1362
if (!object.Equals(
Gauge
, other.
Gauge
)) return false;
1379
if (dataCase_ == DataOneofCase.Gauge) hash ^=
Gauge
.GetHashCode();
1461
output.WriteMessage(
Gauge
);
1500
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
Gauge
);
1539
if (
Gauge
== null) {
1542
Gauge
.MergeFrom(other.
Gauge
);
1684
subBuilder.MergeFrom(
Gauge
);
Otlp\Model\OtlpResource.cs (2)
118
Metric.DataOneofCase.Gauge => metric.
Gauge
.DataPoints.Count,
132
foreach (var d in metric.
Gauge
.DataPoints)