1 write to SchemaUrl
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpScopeMetricsJson.g.cs (1)
99Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpScopeMetricsJson)obj).SchemaUrl = value!,
4 references to SchemaUrl
Aspire.Dashboard (4)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
371if (json.SchemaUrl is not null) 373scopeMetrics.SchemaUrl = json.SchemaUrl;
OtlpJsonSerializerContext.OtlpScopeMetricsJson.g.cs (2)
98Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpScopeMetricsJson)obj).SchemaUrl, 138string __value_SchemaUrl = ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpScopeMetricsJson)value).SchemaUrl;