1 write to SchemaUrl
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpScopeMetricsJson.g.cs (1)
99
Setter = 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)
371
if (json.
SchemaUrl
is not null)
373
scopeMetrics.SchemaUrl = json.
SchemaUrl
;
OtlpJsonSerializerContext.OtlpScopeMetricsJson.g.cs (2)
98
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpScopeMetricsJson)obj).
SchemaUrl
,
138
string __value_SchemaUrl = ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpScopeMetricsJson)value).
SchemaUrl
;