1 write to StringValue
aspire (1)
OtlpCliJsonSerializerContext.OtlpAnyValueJson.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpAnyValueJson)obj).
StringValue
= value!,
4 references to StringValue
aspire (4)
Commands\TelemetryLogsCommand.cs (1)
256
var body = log.Body?.
StringValue
?? "";
OtlpCliJsonSerializerContext.OtlpAnyValueJson.g.cs (1)
58
Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpAnyValueJson)obj).
StringValue
,
src\Shared\Otlp\Serialization\OtlpResourceJson.cs (2)
44
if (attr.Key == "service.name" && attr.Value?.
StringValue
is not null)
46
return attr.Value.
StringValue
;