.
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user