Skip to content

Commit

Permalink
Add dependency documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
glucaci committed Sep 24, 2021
1 parent eb299fb commit aa256e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Elastic APM extensions for multiple .NET libraries.
- [X] [HotChocolate](#hotchocolate)

## MassTransit
| Extension | MassTransit |
| ----------|:-----------:|
| Version 1 | Version 7 |
### Usage
```csharp
public static IHostBuilder CreateHostBuilder(string[] args) =>
Expand Down Expand Up @@ -41,6 +44,10 @@ new MassTransitDiagnosticsSubscriber(o =>
```
The same can be used also for `SendLabel`
## HotChocolate
| Extension | HotChocolate |
| ----------|:------------:|
| Version 1 | Version 11 |
| Version 2 | Version 12 |
### Usage
HotChocolate by default is not emitting diagnostic events, but has the infrastructure to instrument each request.
```csharp
Expand Down

0 comments on commit aa256e8

Please sign in to comment.