File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/OpenTelemetry.Instrumentation.EntityFrameworkCore Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ which instruments
1515[ Microsoft.EntityFrameworkCore] ( https://www.nuget.org/packages/Microsoft.EntityFrameworkCore )
1616and collects traces about outgoing requests.
1717
18+ > [ !IMPORTANT]
19+ > Entity Framework Core Instrumentation only currently supports tracing for
20+ > relational databases such as Microsoft SQL Server or PostgreSQL.
21+ >
22+ > It does not currently support NoSQL databases such as
23+ > [ Azure Cosmos DB] ( https://learn.microsoft.com/ef/core/providers/cosmos/ ) .
24+
1825** Note: This component is based on the OpenTelemetry semantic conventions for
1926[ metrics] ( https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-metrics.md )
2027and
You can’t perform that action at this time.
0 commit comments