9 references to WithOtelAgent
Aspire.Hosting.Java (2)
JavaHostingExtensions.cs (2)
297/// <see cref="WithOtelAgent{T}(IResourceBuilder{T})"/> with a build-produced agent, which cannot be 364/// There are two exceptions. <see cref="WithOtelAgent{T}(IResourceBuilder{T})"/> with a build-produced agent
Aspire.Hosting.Java.Tests (5)
AddSpringBootAppTests.cs (5)
235var app = builder.AddSpringBootApp("catalog", tempDir.Path).WithOtelAgent(); 261var app = builder.AddJavaApp("catalog", tempDir.Path).WithOtelAgent(); 294var app = builder.AddSpringBootApp("catalog", tempDir.Path).WithOtelAgent(); 335var app = builder.AddJavaApp("api", tempDir.Path).WithOtelAgent(); 386app.WithOtelAgent();
JavaSpringBoot.AppHost (2)
AppHost.cs (2)
18.WithOtelAgent() 25.WithOtelAgent()