DotnetInstrumentation
- class aws_cdk.aws_applicationsignals_alpha.DotnetInstrumentation
- Bases: - object- (experimental) .NET-specific OpenTelemetry instrumentation configurations. Contains constants for .NET runtime settings, profiler configurations, and paths for both Linux and Windows environments. - Stability:
- experimental 
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_applicationsignals_alpha as applicationsignals_alpha dotnet_instrumentation = applicationsignals_alpha.DotnetInstrumentation() - Stability:
- experimental 
 - Attributes - CORECLR_ENABLE_PROFILING = 'CORECLR_ENABLE_PROFILING'
 - CORECLR_ENABLE_PROFILING_DISABLED = '0'
 - CORECLR_ENABLE_PROFILING_ENABLED = '1'
 - CORECLR_PROFILER = 'CORECLR_PROFILER'
 - CORECLR_PROFILER_OTEL = '{918728DD-259F-4A6A-AC2B-B85E1B658318}'
 - CORECLR_PROFILER_PATH = 'CORECLR_PROFILER_PATH'
 - DOTNET_ADDITIONAL_DEPS = 'DOTNET_ADDITIONAL_DEPS'
 - DOTNET_SHARED_STORE = 'DOTNET_SHARED_STORE'
 - DOTNET_STARTUP_HOOKS = 'DOTNET_STARTUP_HOOKS'
 - OTEL_DOTNET_AUTO_HOME = 'OTEL_DOTNET_AUTO_HOME'
 - OTEL_DOTNET_AUTO_PLUGINS = 'OTEL_DOTNET_AUTO_PLUGINS'
 - OTEL_DOTNET_AUTO_PLUGINS_ADOT = 'AWS.Distro.OpenTelemetry.AutoInstrumentation.Plugin, AWS.Distro.OpenTelemetry.AutoInstrumentation'
 - OTEL_DOTNET_CONFIGURATOR = 'OTEL_DOTNET_CONFIGURATOR'
 - OTEL_DOTNET_CONFIGURATOR_AWS_CONFIGURATOR = 'aws_configurator'
 - OTEL_DOTNET_DISTRO = 'OTEL_DOTNET_DISTRO'
 - OTEL_DOTNET_DISTRO_AWS_DISTRO = 'aws_distro'