14 references to GetString
Aspire.Dashboard (9)
Otlp\Model\OtlpApplication.cs (1)
47properties.Add(new KeyValuePair<string, string>(attribute.Key, attribute.Value.GetString()));
Otlp\Model\OtlpHelpers.cs (5)
38serviceInstanceId = attribute.Value.GetString(); 42serviceName = attribute.Value.GetString(); 46processExecutableName = attribute.Value.GetString(); 203var value = TruncateString(attribute.Value.GetString(), options.MaxAttributeLength); 242var value = TruncateString(attribute.Value.GetString(), options.MaxAttributeLength);
Otlp\Model\OtlpLogEntry.cs (3)
35originalFormat = attribute.Value.GetString(); 38parentId = attribute.Value.GetString(); 53Message = OtlpHelpers.TruncateString(record.Body.GetString(), options.MaxAttributeLength);
Aspire.Dashboard.Tests (5)
TelemetryRepositoryTests\OtlpHelpersTests.cs (5)
20var s = OtlpHelpers.GetString(anyValue); 36var s = OtlpHelpers.GetString(anyValue); 49var s = OtlpHelpers.GetString(anyValue); 72var s = OtlpHelpers.GetString(anyValue); 135var s = OtlpHelpers.GetString(anyValue);