Skip to content

Commit 4b3dc04

Browse files
authored
docs: Fix typo in overhead (#500)
1 parent 5920cb3 commit 4b3dc04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/edot-python/overhead.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ products:
1717

1818
This page explains the performance considerations when instrumenting Python applications with the Elastic Distribution of OpenTelemetry SDK, including impact analysis and mitigation techniques.
1919

20-
While designed to have minimal performance overhead, the EDOT Java agent, like any instrumentation agent, executes within the application process and thus has a small influence on the application performance.
20+
While designed to have minimal performance overhead, the EDOT Python agent, like any instrumentation agent, executes within the application process and thus has a small influence on the application performance.
2121

2222
This performance overhead depends on the application's technical architecture, its configuration and environment, and the load. These factors are not easy to reproduce on their own, and all applications are different, so it is not possible to provide a simple answer.
2323

0 commit comments

Comments
 (0)