From aa256e8e55f4fc56f0ca59b1bfdbf9df316bfeef Mon Sep 17 00:00:00 2001 From: glucaci Date: Fri, 24 Sep 2021 12:12:00 +0200 Subject: [PATCH] Add dependency documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 322fcb4..5e58e86 100644 --- a/README.md +++ b/README.md @@ -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) => @@ -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