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
**Note:** The Java Auto-instrumentation Agent is in the Lambda layer - Automatic
@@ -49,18 +48,23 @@ libraries/frameworks that are used by your application.
49
48
To enable only specific instrumentations you can use the following environment
50
49
variables:
51
50
52
-
* OTEL_INSTRUMENTATION_COMMON_DEFAULT_ENABLED - When set to false, disables auto-instrumentation in the Layer, requiring each instrumentation to be enabled individually.
53
-
* OTEL_INSTRUMENTATION_[NAME]_ENABLED - Set to true to enable auto-instrumentation for a specific library or framework. [NAME] should be replaced by the instrumentation that you want to enable. The full list of available instrumentations can be found in this link.
51
+
-`OTEL_INSTRUMENTATION_COMMON_DEFAULT_ENABLED` - When set to false, disables
52
+
auto-instrumentation in the Layer, requiring each instrumentation to be
53
+
enabled individually.
54
+
-`OTEL_INSTRUMENTATION_[NAME]_ENABLED` - Set to true to enable
55
+
auto-instrumentation for a specific library or framework. [NAME] should be
56
+
replaced by the instrumentation that you want to enable. The full list of
0 commit comments