add aspire for otel
This commit is contained in:
13
tools/AppHost/AppHost.cs
Normal file
13
tools/AppHost/AppHost.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using AppHost;
|
||||
using Projects;
|
||||
|
||||
var builder = DistributedApplication.CreateBuilder(args);
|
||||
|
||||
//var photino = builder.AddProject<SharpIDE_Photino>("photino");
|
||||
|
||||
builder.AddGodot("../../src/SharpIDE.Godot/SharpIDE.Godot.csproj", "sharpide-godot")
|
||||
.WithOtlpExporter();
|
||||
|
||||
var appHost = builder.Build();
|
||||
|
||||
await appHost.RunAsync();
|
||||
Reference in New Issue
Block a user