Skip to content

Commit

Permalink
Merge branch 'master' into alanwest/oltp-use-grpc-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Jan 4, 2021
2 parents 382a1da + 5e161a9 commit c5bb486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ here as well.
```

2. Create an `ActivitySource`, providing the name and version of the
library/application being instrumented. `ActivitySource` instance is
library/application doing the instrumentation. `ActivitySource` instance is
typically created once and is reused throughout the application/library.

```csharp
static ActivitySource activitySource = new ActivitySource(
"companyname.product.library",
"companyname.product.instrumentationlibrary",
"semver1.0.0");
```

Expand Down

0 comments on commit c5bb486

Please sign in to comment.