Skip to content

Commit cf7da1a

Browse files
authored
Update Otel Collector Readme (#871)
Added some missing text to the first example.
1 parent c3e7743 commit cf7da1a

File tree

1 file changed

+1
-1
lines changed
  • src/CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Aspire.Hosting.OpenTelemetryCollector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This .NET Aspire Integration can be used to include [OpenTelemetry Collector](ht
88

99
### Example 1: Add OpenTelemetry Collector without automatic redirection
1010

11-
In this approach, only the projects and resource that you forward the collector to
11+
In this approach, only the projects and resource that you forward the collector to will have their telemetry forwarded to the collector.
1212

1313
```csharp
1414
var builder = DistributedApplication.CreateBuilder(args);

0 commit comments

Comments
 (0)