Skip to content

Commit

Permalink
Update documentation comments for `OpenTelemetryDependencyInjectionMe…
Browse files Browse the repository at this point in the history
…terProviderBuilderExtensions.ConfigureServices` (#5139)
  • Loading branch information
utpilla authored Dec 7, 2023
1 parent 57ee852 commit ac56c9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ internal interface IMeterProviderBuilder : IDeferredMeterProviderBuilder

/// <summary>
/// Register a callback action to configure the <see
/// cref="IServiceCollection"/> where metric services are configured.
/// cref="IServiceCollection"/> where metrics services are configured.
/// </summary>
/// <remarks>
/// Note: Metric services are only available during the application
/// Note: Metrics services are only available during the application
/// configuration phase. This method should throw a <see
/// cref="NotSupportedException"/> if services are configured after the
/// application <see cref="IServiceProvider"/> has been created.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ public static MeterProviderBuilder AddInstrumentation<T>(

/// <summary>
/// Register a callback action to configure the <see
/// cref="IServiceCollection"/> where tracing services are configured.
/// cref="IServiceCollection"/> where metrics services are configured.
/// </summary>
/// <remarks>
/// Note: Tracing services are only available during the application
/// Note: Metrics services are only available during the application
/// configuration phase.
/// </remarks>
/// <param name="meterProviderBuilder"><see cref="MeterProviderBuilder"/>.</param>
Expand Down

0 comments on commit ac56c9f

Please sign in to comment.