Skip to content

Commit

Permalink
Update README.md to include instrumentation and observability info
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Jun 6, 2024
1 parent 2ed5a08 commit 6a5bfab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ A number of the documents below are still a work in progress and will be added a
- [Using Azure Managed Identity instead of Connection Strings](./samples/AzureManagedIdentity)
- [Health Checks for Azure Service Bus with Managed Identity](./samples/HealthCheck)

### Instrumentation and observability

All the libraries is instrumented using `System.Diagnostics.Activity` and `System.Diagnostics.ActivitySource`.
This makes it easy to use with OpenTelemetry by listening to the `Tingle.EventBus` activity source.

```cs
services.AddOpenTelemetry().WithTracing().AddSource("Tingle.EventBus");
```

## Issues & Comments

Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!
Expand Down

0 comments on commit 6a5bfab

Please sign in to comment.