Skip to content

Commit 839acf5

Browse files
authored
Merge branch 'main' into theletterf-note-cpp-auto-instrumentation
2 parents b1bfb35 + 82feec4 commit 839acf5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

content/en/docs/zero-code/net/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Automatic Instrumentation
33
description: Send traces and metrics from .NET applications and services.
4-
linkTitle: Automatic
4+
linkTitle: .NET
55
cSpell:ignore: coreutils HKLM iisreset myapp
66
weight: 30
77
redirects: [{ from: /docs/languages/net/automatic/*, to: ':splat' }]

content/en/docs/zero-code/net/instrumentations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ stable semantic convention.
4848
| `AZURE` | [Azure SDK](https://azure.github.io/azure-sdk/releases/latest/index.html) | \[2\] | source | [Experimental](/docs/specs/otel/versioning-and-stability) |
4949
| `ELASTICSEARCH` | [Elastic.Clients.Elasticsearch](https://www.nuget.org/packages/Elastic.Clients.Elasticsearch) | \[3\] | source | [Experimental](/docs/specs/otel/versioning-and-stability) |
5050
| `ELASTICTRANSPORT` | [Elastic.Transport](https://www.nuget.org/packages/Elastic.Transport) | ≥0.4.16 | source | [Experimental](/docs/specs/otel/versioning-and-stability) |
51-
| `ENTITYFRAMEWORKCORE` | [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.EntityFrameworkCore) **Not supported on .NET Framework** | ≥6.0.12 | source | [Experimental](/docs/specs/otel/versioning-and-stability) |
51+
| `ENTITYFRAMEWORKCORE` | [Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore) **Not supported on .NET Framework** | ≥6.0.12 | source | [Experimental](/docs/specs/otel/versioning-and-stability) |
5252
| `GRAPHQL` | [GraphQL](https://www.nuget.org/packages/GraphQL) **Not supported on .NET Framework** | ≥7.5.0 | source | [Experimental](/docs/specs/otel/versioning-and-stability) |
5353
| `GRPCNETCLIENT` | [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) | ≥2.52.0 & < 3.0.0 | source | [Experimental](/docs/specs/otel/versioning-and-stability) |
5454
| `HTTPCLIENT` | [System.Net.Http.HttpClient](https://docs.microsoft.com/dotnet/api/system.net.http.httpclient) and [System.Net.HttpWebRequest](https://docs.microsoft.com/dotnet/api/system.net.httpwebrequest) | \* | source | [Experimental](/docs/specs/otel/versioning-and-stability) |

static/refcache.json

+4
Original file line numberDiff line numberDiff line change
@@ -8823,6 +8823,10 @@
88238823
"StatusCode": 200,
88248824
"LastSeen": "2024-01-30T15:26:37.706115-05:00"
88258825
},
8826+
"https://www.nuget.org/packages/Microsoft.EntityFrameworkCore": {
8827+
"StatusCode": 200,
8828+
"LastSeen": "2024-05-27T05:02:29.416150868Z"
8829+
},
88268830
"https://www.nuget.org/packages/Microsoft.Extensions.Logging": {
88278831
"StatusCode": 200,
88288832
"LastSeen": "2024-01-30T15:27:06.082933-05:00"

0 commit comments

Comments
 (0)