rename class

This commit is contained in:
Matt Parker
2025-11-08 23:12:36 +10:00
parent a6b4c80531
commit c966c1e598
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ using OpenTelemetry.Trace;
namespace Microsoft.Extensions.Hosting;
public static class GodotServiceDefaults
public static class GodotOtelExtensions
{
private static TracerProvider _tracerProvider = null!;
private static MeterProvider _meterProvider = null!;