Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezasamimi committed Jan 9, 2025
1 parent c1eaa56 commit 6173991
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

namespace Mohaymen.GiteaClient.Commons.Extensions;

public static class ObservabilityDependencyInjectionExtensions
public static class ObservabilityTracerProviderBuilderExtensions
{
public static TracerProviderBuilder AddGiteaInstrumentation(this TracerProviderBuilder builder)
{
builder.AddSource(TraceInstrumentation.Name);
return builder;
}
}
}

0 comments on commit 6173991

Please sign in to comment.