class DotnetInstrumentationVersion
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ApplicationSignals.Alpha.DotnetInstrumentationVersion |
![]() | github.com/aws/aws-cdk-go/awscdkapplicationsignalsalpha/v2#DotnetInstrumentationVersion |
![]() | software.amazon.awscdk.services.applicationsignals.alpha.DotnetInstrumentationVersion |
![]() | aws_cdk.aws_applicationsignals_alpha.DotnetInstrumentationVersion |
![]() | @aws-cdk/aws-applicationsignals-alpha ยป DotnetInstrumentationVersion |
Extends
Instrumentation
Available versions for .NET instrumentation.
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 dotnetInstrumentationVersion = new applicationsignals_alpha.DotnetInstrumentationVersion('imageRepo', 'version', 123);
Initializer
new DotnetInstrumentationVersion(imageRepo: string, version: string, memoryLimit: number)
Parameters
- imageRepo
string
- version
string
- memoryLimit
number
Properties
Name | Type | Description |
---|---|---|
static DEFAULT_MEMORY_LIMIT_MIB | number | The default memory limit of the .NET instrumentation. |
static IMAGE_REPO | string | The image repository for .NET instrumentation. |
static V1_6_0 | Dotnet | ADOT .NET Instrumentation version 1.6.0. |
static V1_6_0_WINDOWS2019 | Dotnet | ADOT .NET Instrumentation version 1.6.0 for Windows 2019. |
static V1_6_0_WINDOWS2022 | Dotnet | ADOT .NET Instrumentation version 1.6.0 for Windows 2022. |
static V1_7_0 | Dotnet | ADOT .NET Instrumentation version 1.7.0. |
static V1_7_0_WINDOWS2019 | Dotnet | ADOT .NET Instrumentation version 1.7.0 for Windows 2019. |
static V1_7_0_WINDOWS2022 | Dotnet | ADOT .NET Instrumentation version 1.7.0 for Windows 2022. |
static DEFAULT_MEMORY_LIMIT_MIB
Type:
number
The default memory limit of the .NET instrumentation.
static IMAGE_REPO
Type:
string
The image repository for .NET instrumentation.
static V1_6_0
Type:
Dotnet
ADOT .NET Instrumentation version 1.6.0.
static V1_6_0_WINDOWS2019
Type:
Dotnet
ADOT .NET Instrumentation version 1.6.0 for Windows 2019.
static V1_6_0_WINDOWS2022
Type:
Dotnet
ADOT .NET Instrumentation version 1.6.0 for Windows 2022.
static V1_7_0
Type:
Dotnet
ADOT .NET Instrumentation version 1.7.0.
static V1_7_0_WINDOWS2019
Type:
Dotnet
ADOT .NET Instrumentation version 1.7.0 for Windows 2019.
static V1_7_0_WINDOWS2022
Type:
Dotnet
ADOT .NET Instrumentation version 1.7.0 for Windows 2022.
Methods
Name | Description |
---|---|
image | Get the image URI for the instrumentation version. |
memory | Get the memory limit in MiB for the instrumentation version. |
imageURI()
public imageURI(): string
Returns
string
Get the image URI for the instrumentation version.
memoryLimitMiB()
public memoryLimitMiB(): number
Returns
number
Get the memory limit in MiB for the instrumentation version.