3 references to GetServiceInstanceId
aspire (1)
Commands\TelemetryCommandHelpers.cs (1)
352
var otlpResource = new SimpleOtlpResource(resource.GetServiceName(), resource.
GetServiceInstanceId
());
Aspire.Cli.Tests (2)
Commands\ExportCommandTests.cs (2)
382
Assert.Equal("abc", replica1Logs.ResourceLogs[0].Resource?.
GetServiceInstanceId
());
389
Assert.Equal("def", replica2Logs.ResourceLogs[0].Resource?.
GetServiceInstanceId
());