We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e122517 commit f16ef47Copy full SHA for f16ef47
1 file changed
src/OpenTelemetry.Extensions.Hosting/README.md
@@ -65,8 +65,9 @@ from the application `IServiceCollection` so any services registered in the
65
66
Library authors may want to configure the OpenTelemetry `TracerProvider` and
67
register application services to provide more complex features. This can be
68
-accomplished concisely by using the `GetServices` extension inside of an
69
-`TracerProviderBuilder` extension method like this:
+accomplished concisely by using the `TracerProviderBuilder.GetServices`
+extension method inside of a more general `TracerProviderBuilder` configuration
70
+extension like this:
71
72
```csharp
73
public static class MyLibraryExtensions
0 commit comments