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)
235
var app = builder.AddSpringBootApp("catalog", tempDir.Path).
WithOtelAgent
();
261
var app = builder.AddJavaApp("catalog", tempDir.Path).
WithOtelAgent
();
294
var app = builder.AddSpringBootApp("catalog", tempDir.Path).
WithOtelAgent
();
335
var app = builder.AddJavaApp("api", tempDir.Path).
WithOtelAgent
();
386
app.
WithOtelAgent
();
JavaSpringBoot.AppHost (2)
AppHost.cs (2)
18
.
WithOtelAgent
()
25
.
WithOtelAgent
()