This commit is contained in:
redglow
2026-07-27 19:51:17 +02:00
parent dad5027e0e
commit fc1df2f740
8 changed files with 38 additions and 21 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ using GodotHostTest.Game.Score;
using GodotHostTest.Game.Target;
using GodotHostTest.Interfaces;
using Microsoft.Extensions.DependencyInjection;
using OwofGames.AetherBind.Observability;
using OwofGames.GodotHost.Observability;
using OwofGames.GodotLume;
using RootServiceSource = GodotHostTest.AetherBind.RootServiceSource;
@@ -24,6 +24,6 @@ public partial class GameServiceSource : RootServiceSource
protected override void ConfigureServices(IServiceCollection serviceCollection)
{
serviceCollection.AddObservability();
serviceCollection.AddObservability(builder => builder.AddGrpcExporter("http://localhost:4317"));
}
}