You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**The .NET CLR Profiling API allows only one profiler to be attached to a .NET process**. In light of this limitation, only one solution that uses the .NET CLR profiling API should be used by an application.
Copy file name to clipboardExpand all lines: docs/reference/supported-technologies.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Automatic instrumentation is supported for the following web frameworks
31
31
32
32
| Framework | Supported versions | Integration |
33
33
| --- | --- | --- |
34
-
| ASP.NET Core {applies_to}`apm_agent_dotnet: ga 1.0`| ≥8.0.0 and <10.0.0 |[NuGet package](/reference/setup-asp-net-core.md)|
34
+
| ASP.NET Core {applies_to}`apm_agent_dotnet: ga 1.0`| ≥8.0.0 <10.0.0 |[NuGet package](/reference/setup-asp-net-core.md)|
35
35
| ASP.NET (.NET Framework) in IIS {applies_to}`apm_agent_dotnet: ga 1.1`| 4.6.2-4.8.1 (IIS 10) |[Profiler auto instrumentation](/reference/setup-auto-instrumentation.md)<br>*or*<br>[NuGet package](/reference/setup-asp-dot-net.md)|
36
36
37
37
::::{note}
@@ -52,8 +52,8 @@ Streaming is not supported; for streaming use-cases, the agent does not create t
52
52
53
53
| Framework | Supported versions | Integration |
54
54
| --- | --- | --- |
55
-
| gRPC {applies_to}`apm_agent_dotnet: ga 1.7`| Grpc.Net.Client 2.23.2-2.71.0 *(client side)*|[NuGet package](/reference/setup-grpc.md)|
56
-
| ASP.NET Core 8 or 9*(server side)*|[NuGet package](/reference/setup-asp-net-core.md)|
| Elasticsearch | Elastic.Clients.Elasticsearch 8.0.0-9.1.11| via OpenTelemetry Bridge |
70
+
| Elasticsearch | Elastic.Clients.Elasticsearch ≥8.0.0 <10.0.0| via OpenTelemetry Bridge |
71
71
| MySQL {applies_to}`apm_agent_dotnet: ga 1.12`| See profiler documentation |[Profiler auto instrumentation](/reference/setup-auto-instrumentation.md)|
| Oracle {applies_to}`apm_agent_dotnet: ga 1.12`| See profiler documentation |[Profiler auto instrumentation](/reference/setup-auto-instrumentation.md)|
74
74
| PostgreSQL {applies_to}`apm_agent_dotnet: ga 1.12`| See profiler documentation |[Profiler auto instrumentation](/reference/setup-auto-instrumentation.md)|
75
-
| Redis {applies_to}`apm_agent_dotnet: ga 1.8`| StackExchange.Redis 2.0.495-2.9.32|[NuGet package](/reference/setup-stackexchange-redis.md)|
76
-
| SqlClient | System.Data.SqlClient 2.0.495-4.9.0 {applies_to}`apm_agent_dotnet: ga 1.8`|[NuGet package](/reference/setup-sqlclient.md)|
75
+
| Redis {applies_to}`apm_agent_dotnet: ga 1.8`| StackExchange.Redis ≥2.0.495 <3.0.0|[NuGet package](/reference/setup-stackexchange-redis.md)|
76
+
| SqlClient | System.Data.SqlClient ≥2.0.495 <5.0.0 {applies_to}`apm_agent_dotnet: ga 1.8`|[NuGet package](/reference/setup-sqlclient.md)|
77
77
| See profiler documentation {applies_to}`apm_agent_dotnet: ga 1.12`|[Profiler auto instrumentation](/reference/setup-auto-instrumentation.md)|
78
78
| SQLite {applies_to}`apm_agent_dotnet: ga 1.12`| See profiler documentation |[Profiler auto instrumentation](/reference/setup-auto-instrumentation.md)|
79
79
@@ -85,9 +85,9 @@ We support automatic instrumentation for the following messaging systems
85
85
86
86
| Messaging system | Supported versions | Integration |
87
87
| --- | --- | --- |
88
-
| Azure Service Bus {applies_to}`apm_agent_dotnet: ga 1.10`| Microsoft.Azure.ServiceBus 3.0.0-5.2.0 |[NuGet package](/reference/setup-azure-servicebus.md)|
| Azure Service Bus {applies_to}`apm_agent_dotnet: ga 1.10`| Microsoft.Azure.ServiceBus ≥3.0.0 <6.0.0 |[NuGet package](/reference/setup-azure-servicebus.md)|
| Kafka {applies_to}`apm_agent_dotnet: ga 1.12`| See profiler documentation |[Profiler auto instrumentation](/reference/setup-auto-instrumentation.md)|
| RabbitMQ {applies_to}`apm_agent_dotnet: ga 1.12`| See profiler documentation |[Profiler auto instrumentation](/reference/setup-auto-instrumentation.md)|
@@ -100,7 +100,7 @@ Automatic instrumentation for networking client-side technology means an HTTP sp
100
100
| Framework | Supported versions | Integration |
101
101
| --- | --- | --- |
102
102
| System.Net.Http.HttpClient {applies_to}`apm_agent_dotnet: ga 1.0`|*built-in*|[part of Elastic.Apm](/reference/public-api.md#setup-http)|
103
-
| System.Net.HttpWebRequest {applies_to}`apm_agent_dotnet: ga 1.1`|
103
+
| System.Net.HttpWebRequest {applies_to}`apm_agent_dotnet: ga 1.1`|*built-in*|[part of Elastic.Apm](/reference/public-api.md#setup-http)|
104
104
105
105
106
106
## Cloud services [supported-cloud-services]
@@ -109,11 +109,11 @@ Automatic instrumentation for the following cloud services
109
109
110
110
| Cloud service | Supported versions | Integration |
111
111
| --- | --- | --- |
112
-
| Azure CosmosDB {applies_to}`apm_agent_dotnet: ga 1.11`| Microsoft.Azure.Cosmos 3.0.0-3.54.0 |[NuGet package](/reference/setup-azure-cosmosdb.md)|
113
-
| Microsoft.Azure.DocumentDB.Core 2.4.1-2.22.0 |
114
-
| Microsoft.Azure.DocumentDB 2.4.1-2.22.0 |
115
-
| Azure Service Bus {applies_to}`apm_agent_dotnet: ga 1.10`| Microsoft.Azure.ServiceBus 3.0.0-5.2.0 |[NuGet package](/reference/setup-azure-servicebus.md)|
| Azure Service Bus {applies_to}`apm_agent_dotnet: ga 1.10`| Microsoft.Azure.ServiceBus ≥3.0.0 <6.0.0 |[NuGet package](/reference/setup-azure-servicebus.md)|
116
116
| Azure.Messaging.ServiceBus 7.0.0-7.20.1 |
117
-
| Azure Storage {applies_to}`apm_agent_dotnet: ga 1.10`| Azure.Storage.Blobs 12.8.0-12.26.0 |[NuGet package](/reference/setup-azure-storage.md)|
118
-
| Azure.Storage.Queues 12.6.0-12.24.0 |
119
-
| Azure.Storage.Files.Shares 12.6.0-12.24.0 |
117
+
| Azure Storage {applies_to}`apm_agent_dotnet: ga 1.10`| Azure.Storage.Blobs ≥12.8.0 <13.0.0[NuGet package](/reference/setup-azure-storage.md)|
0 commit comments