diff --git a/Game/Game/GameServiceSource.cs b/Game/Game/GameServiceSource.cs index 23826b6..4b409cf 100644 --- a/Game/Game/GameServiceSource.cs +++ b/Game/Game/GameServiceSource.cs @@ -36,6 +36,12 @@ public partial class GameServiceSource : RootServiceSource serviceCollection.AddObservability(builder => builder .AddGrpcExporter("http://localhost:4317") .AddMeterName() - .EnableObservabilityFeature(ObservabilityFeatures.Logging)); + .FeatureSet.EnableObservabilityFeature(ObservabilityFeatures.Logging | ObservabilityFeatures.Metrics) + .EnableDeployment(b => b.Enable()) + .EnableHardware(b => b.Enable()) + .EnableHost(b => b.Enable()) + .EnableOperatingSystem(b => b.Enable()) + .EnableProcess(b => b.Enable()) + .EnableRuntime(b => b.Enable())); } } \ No newline at end of file diff --git a/godot-host-test.csproj b/godot-host-test.csproj index 87fa1e4..75e771e 100644 --- a/godot-host-test.csproj +++ b/godot-host-test.csproj @@ -11,7 +11,14 @@ + + + + + + + diff --git a/godot-host-test.sln.DotSettings.user b/godot-host-test.sln.DotSettings.user index 7437c2a..60c8526 100644 --- a/godot-host-test.sln.DotSettings.user +++ b/godot-host-test.sln.DotSettings.user @@ -22,12 +22,16 @@ ForceIncluded ForceIncluded ForceIncluded + ForceIncluded ForceIncluded ForceIncluded ForceIncluded ForceIncluded + ForceIncluded ForceIncluded ForceIncluded + ForceIncluded + ForceIncluded ForceIncluded ForceIncluded ForceIncluded @@ -35,7 +39,8 @@ ForceIncluded ForceIncluded <AssemblyExplorer> - <Assembly Path="/home/redglow/sources/OwofGames.Godot/OwofGames.GodotHost/bin/Debug/net8.0/OwofGames.GodotHost.dll" /> + <Assembly Path="/home/redglow/.nuget/packages/system.diagnostics.diagnosticsource/10.0.0/lib/net8.0/System.Diagnostics.DiagnosticSource.dll" /> + <Assembly Path="/home/redglow/.nuget/packages/opentelemetry.instrumentation.runtime/1.17.0/lib/net8.0/OpenTelemetry.Instrumentation.Runtime.dll" /> </AssemblyExplorer> /usr/lib/dotnet/dotnet /usr/lib/dotnet/sdk/10.0.109/MSBuild.dll