4 instantiations of OtlpResourceJson
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
624
return new
OtlpResourceJson
Aspire.Dashboard.Tests (3)
Model\TelemetryImportServiceTests.cs (3)
488
Resource = new
OtlpResourceJson
533
Resource = new
OtlpResourceJson
578
Resource = new
OtlpResourceJson
8 references to OtlpResourceJson
Aspire.Dashboard (8)
Model\TelemetryExportService.cs (3)
603
private static
OtlpResourceJson
ConvertResourceView(OtlpResourceView resourceView)
605
var
resource = ConvertResource(resourceView.Resource);
622
private static
OtlpResourceJson
ConvertResource(OtlpResource resource)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
746
private static Resource ToProtobuf(
OtlpResourceJson
json)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
33
[JsonSerializable(typeof(
OtlpResourceJson
))]
src\Shared\Otlp\Serialization\OtlpLogsJson.cs (1)
23
public
OtlpResourceJson
? Resource { get; set; }
src\Shared\Otlp\Serialization\OtlpMetricsJson.cs (1)
23
public
OtlpResourceJson
? Resource { get; set; }
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
23
public
OtlpResourceJson
? Resource { get; set; }