7 instantiations of TelemetryDataJson
Aspire.Cli.Tests (7)
Mcp\ListStructuredLogsToolTests.cs (3)
90
Data = new
TelemetryDataJson
245
Data = new
TelemetryDataJson
{ ResourceLogs = [] },
306
Data = new
TelemetryDataJson
{ ResourceLogs = [] },
Mcp\ListTracesToolTests.cs (4)
58
Data = new
TelemetryDataJson
227
Data = new
TelemetryDataJson
{ ResourceSpans = [] },
288
Data = new
TelemetryDataJson
{ ResourceSpans = [] },
365
Data = new
TelemetryDataJson
2 references to TelemetryDataJson
aspire (2)
Otlp\OtlpCliJsonSerializerContext.cs (2)
29
public
TelemetryDataJson
? Data { get; set; }
99
[JsonSerializable(typeof(
TelemetryDataJson
))]