Class PythonInstrumentation
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationsignals.alpha.PythonInstrumentation
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:26.511Z")
@Stability(Experimental)
public class PythonInstrumentation
extends software.amazon.jsii.JsiiObject
(experimental) Python-specific OpenTelemetry instrumentation configurations.
Contains constants for Python distribution, configurator, and path settings.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.applicationsignals.alpha.*; PythonInstrumentation pythonInstrumentation = new PythonInstrumentation();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Python OpenTelemetry configurator setting.static final String(experimental) AWS configurator for Python OpenTelemetry.static final String(experimental) Python OpenTelemetry distribution configuration.static final String(experimental) AWS distribution for Python OpenTelemetry.static final String(experimental) Python path environment variable. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPythonInstrumentation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedPythonInstrumentation(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
OTEL_PYTHON_CONFIGURATOR
(experimental) Python OpenTelemetry configurator setting. -
OTEL_PYTHON_CONFIGURATOR_AWS_CONFIGURATOR
(experimental) AWS configurator for Python OpenTelemetry. -
OTEL_PYTHON_DISTRO
(experimental) Python OpenTelemetry distribution configuration. -
OTEL_PYTHON_DISTRO_AWS_DISTRO
(experimental) AWS distribution for Python OpenTelemetry. -
PYTHONPATH
(experimental) Python path environment variable.
-
-
Constructor Details
-
PythonInstrumentation
protected PythonInstrumentation(software.amazon.jsii.JsiiObjectRef objRef) -
PythonInstrumentation
protected PythonInstrumentation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
PythonInstrumentation
@Stability(Experimental) public PythonInstrumentation()
-