class JavaInstrumentation
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ApplicationSignals.Alpha.JavaInstrumentation |
Go | github.com/aws/aws-cdk-go/awscdkapplicationsignalsalpha/v2#JavaInstrumentation |
Java | software.amazon.awscdk.services.applicationsignals.alpha.JavaInstrumentation |
Python | aws_cdk.aws_applicationsignals_alpha.JavaInstrumentation |
TypeScript (source) | @aws-cdk/aws-applicationsignals-alpha ยป JavaInstrumentation |
Java-specific OpenTelemetry instrumentation configurations.
Contains constants for Java agent setup and tool options.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as applicationsignals_alpha from '@aws-cdk/aws-applicationsignals-alpha';
const javaInstrumentation = new applicationsignals_alpha.JavaInstrumentation();
Initializer
new JavaInstrumentation()
Properties
| Name | Type | Description |
|---|---|---|
| static JAVA_TOOL_OPTIONS | string | Java tool options environment variable. |
static JAVA_TOOL_OPTIONS
Type:
string
Java tool options environment variable.

.NET
Go
Java
Python
TypeScript (