Skip to content

Commit ffdbf76

Browse files
[EFCore] Add caveat for non-relational providers (#3405)
1 parent 2bf6e99 commit ffdbf76

File tree

1 file changed

+7
-0
lines changed
  • src/OpenTelemetry.Instrumentation.EntityFrameworkCore

1 file changed

+7
-0
lines changed

src/OpenTelemetry.Instrumentation.EntityFrameworkCore/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ which instruments
1515
[Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore)
1616
and 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)
2027
and

0 commit comments

Comments
 (0)