1. Packages
  2. Dynatrace
  3. API Docs
  4. CustomAppAnomalies
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

dynatrace.CustomAppAnomalies

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse

    Create CustomAppAnomalies Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CustomAppAnomalies(name: string, args: CustomAppAnomaliesArgs, opts?: CustomResourceOptions);
    @overload
    def CustomAppAnomalies(resource_name: str,
                           args: CustomAppAnomaliesArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def CustomAppAnomalies(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           error_rate_increase: Optional[CustomAppAnomaliesErrorRateIncreaseArgs] = None,
                           slow_user_actions: Optional[CustomAppAnomaliesSlowUserActionsArgs] = None,
                           unexpected_high_load: Optional[CustomAppAnomaliesUnexpectedHighLoadArgs] = None,
                           unexpected_low_load: Optional[CustomAppAnomaliesUnexpectedLowLoadArgs] = None,
                           scope: Optional[str] = None)
    func NewCustomAppAnomalies(ctx *Context, name string, args CustomAppAnomaliesArgs, opts ...ResourceOption) (*CustomAppAnomalies, error)
    public CustomAppAnomalies(string name, CustomAppAnomaliesArgs args, CustomResourceOptions? opts = null)
    public CustomAppAnomalies(String name, CustomAppAnomaliesArgs args)
    public CustomAppAnomalies(String name, CustomAppAnomaliesArgs args, CustomResourceOptions options)
    
    type: dynatrace:CustomAppAnomalies
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CustomAppAnomaliesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CustomAppAnomaliesArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CustomAppAnomaliesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CustomAppAnomaliesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CustomAppAnomaliesArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var customAppAnomaliesResource = new Dynatrace.CustomAppAnomalies("customAppAnomaliesResource", new()
    {
        ErrorRateIncrease = new Dynatrace.Inputs.CustomAppAnomaliesErrorRateIncreaseArgs
        {
            Enabled = false,
            DetectionMode = "string",
            ErrorRateIncreaseAuto = new Dynatrace.Inputs.CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAutoArgs
            {
                ThresholdAbsolute = 0,
                ThresholdRelative = 0,
            },
            ErrorRateIncreaseFixed = new Dynatrace.Inputs.CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixedArgs
            {
                Sensitivity = "string",
                ThresholdAbsolute = 0,
            },
        },
        SlowUserActions = new Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsArgs
        {
            Enabled = false,
            DetectionMode = "string",
            SlowUserActionsAuto = new Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoArgs
            {
                DurationAvoidOveralerting = new Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralertingArgs
                {
                    MinActionRate = 0,
                },
                DurationThresholdAll = new Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAllArgs
                {
                    DurationThreshold = 0,
                    SlowdownPercentage = 0,
                },
                DurationThresholdSlowest = new Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowestArgs
                {
                    DurationThreshold = 0,
                    SlowdownPercentage = 0,
                },
            },
            SlowUserActionsFixed = new Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedArgs
            {
                DurationAvoidOveralerting = new Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralertingArgs
                {
                    MinActionRate = 0,
                },
                DurationThresholdAllFixed = new Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixedArgs
                {
                    DurationThreshold = 0,
                },
                DurationThresholdSlowest = new Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowestArgs
                {
                    DurationThreshold = 0,
                },
                Sensitivity = "string",
            },
        },
        UnexpectedHighLoad = new Dynatrace.Inputs.CustomAppAnomaliesUnexpectedHighLoadArgs
        {
            Enabled = false,
            ThresholdPercentage = 0,
        },
        UnexpectedLowLoad = new Dynatrace.Inputs.CustomAppAnomaliesUnexpectedLowLoadArgs
        {
            Enabled = false,
            ThresholdPercentage = 0,
        },
        Scope = "string",
    });
    
    example, err := dynatrace.NewCustomAppAnomalies(ctx, "customAppAnomaliesResource", &dynatrace.CustomAppAnomaliesArgs{
    	ErrorRateIncrease: &dynatrace.CustomAppAnomaliesErrorRateIncreaseArgs{
    		Enabled:       pulumi.Bool(false),
    		DetectionMode: pulumi.String("string"),
    		ErrorRateIncreaseAuto: &dynatrace.CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAutoArgs{
    			ThresholdAbsolute: pulumi.Float64(0),
    			ThresholdRelative: pulumi.Float64(0),
    		},
    		ErrorRateIncreaseFixed: &dynatrace.CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixedArgs{
    			Sensitivity:       pulumi.String("string"),
    			ThresholdAbsolute: pulumi.Float64(0),
    		},
    	},
    	SlowUserActions: &dynatrace.CustomAppAnomaliesSlowUserActionsArgs{
    		Enabled:       pulumi.Bool(false),
    		DetectionMode: pulumi.String("string"),
    		SlowUserActionsAuto: &dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoArgs{
    			DurationAvoidOveralerting: &dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralertingArgs{
    				MinActionRate: pulumi.Int(0),
    			},
    			DurationThresholdAll: &dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAllArgs{
    				DurationThreshold:  pulumi.Float64(0),
    				SlowdownPercentage: pulumi.Float64(0),
    			},
    			DurationThresholdSlowest: &dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowestArgs{
    				DurationThreshold:  pulumi.Float64(0),
    				SlowdownPercentage: pulumi.Float64(0),
    			},
    		},
    		SlowUserActionsFixed: &dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedArgs{
    			DurationAvoidOveralerting: &dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralertingArgs{
    				MinActionRate: pulumi.Int(0),
    			},
    			DurationThresholdAllFixed: &dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixedArgs{
    				DurationThreshold: pulumi.Float64(0),
    			},
    			DurationThresholdSlowest: &dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowestArgs{
    				DurationThreshold: pulumi.Float64(0),
    			},
    			Sensitivity: pulumi.String("string"),
    		},
    	},
    	UnexpectedHighLoad: &dynatrace.CustomAppAnomaliesUnexpectedHighLoadArgs{
    		Enabled:             pulumi.Bool(false),
    		ThresholdPercentage: pulumi.Float64(0),
    	},
    	UnexpectedLowLoad: &dynatrace.CustomAppAnomaliesUnexpectedLowLoadArgs{
    		Enabled:             pulumi.Bool(false),
    		ThresholdPercentage: pulumi.Float64(0),
    	},
    	Scope: pulumi.String("string"),
    })
    
    var customAppAnomaliesResource = new CustomAppAnomalies("customAppAnomaliesResource", CustomAppAnomaliesArgs.builder()
        .errorRateIncrease(CustomAppAnomaliesErrorRateIncreaseArgs.builder()
            .enabled(false)
            .detectionMode("string")
            .errorRateIncreaseAuto(CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAutoArgs.builder()
                .thresholdAbsolute(0)
                .thresholdRelative(0)
                .build())
            .errorRateIncreaseFixed(CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixedArgs.builder()
                .sensitivity("string")
                .thresholdAbsolute(0)
                .build())
            .build())
        .slowUserActions(CustomAppAnomaliesSlowUserActionsArgs.builder()
            .enabled(false)
            .detectionMode("string")
            .slowUserActionsAuto(CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoArgs.builder()
                .durationAvoidOveralerting(CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralertingArgs.builder()
                    .minActionRate(0)
                    .build())
                .durationThresholdAll(CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAllArgs.builder()
                    .durationThreshold(0)
                    .slowdownPercentage(0)
                    .build())
                .durationThresholdSlowest(CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowestArgs.builder()
                    .durationThreshold(0)
                    .slowdownPercentage(0)
                    .build())
                .build())
            .slowUserActionsFixed(CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedArgs.builder()
                .durationAvoidOveralerting(CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralertingArgs.builder()
                    .minActionRate(0)
                    .build())
                .durationThresholdAllFixed(CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixedArgs.builder()
                    .durationThreshold(0)
                    .build())
                .durationThresholdSlowest(CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowestArgs.builder()
                    .durationThreshold(0)
                    .build())
                .sensitivity("string")
                .build())
            .build())
        .unexpectedHighLoad(CustomAppAnomaliesUnexpectedHighLoadArgs.builder()
            .enabled(false)
            .thresholdPercentage(0)
            .build())
        .unexpectedLowLoad(CustomAppAnomaliesUnexpectedLowLoadArgs.builder()
            .enabled(false)
            .thresholdPercentage(0)
            .build())
        .scope("string")
        .build());
    
    custom_app_anomalies_resource = dynatrace.CustomAppAnomalies("customAppAnomaliesResource",
        error_rate_increase=dynatrace.CustomAppAnomaliesErrorRateIncreaseArgs(
            enabled=False,
            detection_mode="string",
            error_rate_increase_auto=dynatrace.CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAutoArgs(
                threshold_absolute=0,
                threshold_relative=0,
            ),
            error_rate_increase_fixed=dynatrace.CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixedArgs(
                sensitivity="string",
                threshold_absolute=0,
            ),
        ),
        slow_user_actions=dynatrace.CustomAppAnomaliesSlowUserActionsArgs(
            enabled=False,
            detection_mode="string",
            slow_user_actions_auto=dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoArgs(
                duration_avoid_overalerting=dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralertingArgs(
                    min_action_rate=0,
                ),
                duration_threshold_all=dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAllArgs(
                    duration_threshold=0,
                    slowdown_percentage=0,
                ),
                duration_threshold_slowest=dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowestArgs(
                    duration_threshold=0,
                    slowdown_percentage=0,
                ),
            ),
            slow_user_actions_fixed=dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedArgs(
                duration_avoid_overalerting=dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralertingArgs(
                    min_action_rate=0,
                ),
                duration_threshold_all_fixed=dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixedArgs(
                    duration_threshold=0,
                ),
                duration_threshold_slowest=dynatrace.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowestArgs(
                    duration_threshold=0,
                ),
                sensitivity="string",
            ),
        ),
        unexpected_high_load=dynatrace.CustomAppAnomaliesUnexpectedHighLoadArgs(
            enabled=False,
            threshold_percentage=0,
        ),
        unexpected_low_load=dynatrace.CustomAppAnomaliesUnexpectedLowLoadArgs(
            enabled=False,
            threshold_percentage=0,
        ),
        scope="string")
    
    const customAppAnomaliesResource = new dynatrace.CustomAppAnomalies("customAppAnomaliesResource", {
        errorRateIncrease: {
            enabled: false,
            detectionMode: "string",
            errorRateIncreaseAuto: {
                thresholdAbsolute: 0,
                thresholdRelative: 0,
            },
            errorRateIncreaseFixed: {
                sensitivity: "string",
                thresholdAbsolute: 0,
            },
        },
        slowUserActions: {
            enabled: false,
            detectionMode: "string",
            slowUserActionsAuto: {
                durationAvoidOveralerting: {
                    minActionRate: 0,
                },
                durationThresholdAll: {
                    durationThreshold: 0,
                    slowdownPercentage: 0,
                },
                durationThresholdSlowest: {
                    durationThreshold: 0,
                    slowdownPercentage: 0,
                },
            },
            slowUserActionsFixed: {
                durationAvoidOveralerting: {
                    minActionRate: 0,
                },
                durationThresholdAllFixed: {
                    durationThreshold: 0,
                },
                durationThresholdSlowest: {
                    durationThreshold: 0,
                },
                sensitivity: "string",
            },
        },
        unexpectedHighLoad: {
            enabled: false,
            thresholdPercentage: 0,
        },
        unexpectedLowLoad: {
            enabled: false,
            thresholdPercentage: 0,
        },
        scope: "string",
    });
    
    type: dynatrace:CustomAppAnomalies
    properties:
        errorRateIncrease:
            detectionMode: string
            enabled: false
            errorRateIncreaseAuto:
                thresholdAbsolute: 0
                thresholdRelative: 0
            errorRateIncreaseFixed:
                sensitivity: string
                thresholdAbsolute: 0
        scope: string
        slowUserActions:
            detectionMode: string
            enabled: false
            slowUserActionsAuto:
                durationAvoidOveralerting:
                    minActionRate: 0
                durationThresholdAll:
                    durationThreshold: 0
                    slowdownPercentage: 0
                durationThresholdSlowest:
                    durationThreshold: 0
                    slowdownPercentage: 0
            slowUserActionsFixed:
                durationAvoidOveralerting:
                    minActionRate: 0
                durationThresholdAllFixed:
                    durationThreshold: 0
                durationThresholdSlowest:
                    durationThreshold: 0
                sensitivity: string
        unexpectedHighLoad:
            enabled: false
            thresholdPercentage: 0
        unexpectedLowLoad:
            enabled: false
            thresholdPercentage: 0
    

    CustomAppAnomalies Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The CustomAppAnomalies resource accepts the following input properties:

    ErrorRateIncrease CustomAppAnomaliesErrorRateIncreaseArgs
    Error rate increase
    SlowUserActions CustomAppAnomaliesSlowUserActionsArgs
    Slow user actions
    UnexpectedHighLoad CustomAppAnomaliesUnexpectedHighLoadArgs
    Unexpected high load
    UnexpectedLowLoad CustomAppAnomaliesUnexpectedLowLoadArgs
    Unexpected low load
    Scope string
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)
    errorRateIncrease CustomAppAnomaliesErrorRateIncrease
    Error rate increase
    slowUserActions CustomAppAnomaliesSlowUserActions
    Slow user actions
    unexpectedHighLoad CustomAppAnomaliesUnexpectedHighLoad
    Unexpected high load
    unexpectedLowLoad CustomAppAnomaliesUnexpectedLowLoad
    Unexpected low load
    scope String
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)
    errorRateIncrease CustomAppAnomaliesErrorRateIncrease
    Error rate increase
    slowUserActions CustomAppAnomaliesSlowUserActions
    Slow user actions
    unexpectedHighLoad CustomAppAnomaliesUnexpectedHighLoad
    Unexpected high load
    unexpectedLowLoad CustomAppAnomaliesUnexpectedLowLoad
    Unexpected low load
    scope string
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)
    error_rate_increase CustomAppAnomaliesErrorRateIncreaseArgs
    Error rate increase
    slow_user_actions CustomAppAnomaliesSlowUserActionsArgs
    Slow user actions
    unexpected_high_load CustomAppAnomaliesUnexpectedHighLoadArgs
    Unexpected high load
    unexpected_low_load CustomAppAnomaliesUnexpectedLowLoadArgs
    Unexpected low load
    scope str
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)
    errorRateIncrease Property Map
    Error rate increase
    slowUserActions Property Map
    Slow user actions
    unexpectedHighLoad Property Map
    Unexpected high load
    unexpectedLowLoad Property Map
    Unexpected low load
    scope String
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CustomAppAnomalies resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing CustomAppAnomalies Resource

    Get an existing CustomAppAnomalies resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CustomAppAnomaliesState, opts?: CustomResourceOptions): CustomAppAnomalies
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            error_rate_increase: Optional[CustomAppAnomaliesErrorRateIncreaseArgs] = None,
            scope: Optional[str] = None,
            slow_user_actions: Optional[CustomAppAnomaliesSlowUserActionsArgs] = None,
            unexpected_high_load: Optional[CustomAppAnomaliesUnexpectedHighLoadArgs] = None,
            unexpected_low_load: Optional[CustomAppAnomaliesUnexpectedLowLoadArgs] = None) -> CustomAppAnomalies
    func GetCustomAppAnomalies(ctx *Context, name string, id IDInput, state *CustomAppAnomaliesState, opts ...ResourceOption) (*CustomAppAnomalies, error)
    public static CustomAppAnomalies Get(string name, Input<string> id, CustomAppAnomaliesState? state, CustomResourceOptions? opts = null)
    public static CustomAppAnomalies get(String name, Output<String> id, CustomAppAnomaliesState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ErrorRateIncrease CustomAppAnomaliesErrorRateIncreaseArgs
    Error rate increase
    Scope string
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)
    SlowUserActions CustomAppAnomaliesSlowUserActionsArgs
    Slow user actions
    UnexpectedHighLoad CustomAppAnomaliesUnexpectedHighLoadArgs
    Unexpected high load
    UnexpectedLowLoad CustomAppAnomaliesUnexpectedLowLoadArgs
    Unexpected low load
    errorRateIncrease CustomAppAnomaliesErrorRateIncrease
    Error rate increase
    scope String
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)
    slowUserActions CustomAppAnomaliesSlowUserActions
    Slow user actions
    unexpectedHighLoad CustomAppAnomaliesUnexpectedHighLoad
    Unexpected high load
    unexpectedLowLoad CustomAppAnomaliesUnexpectedLowLoad
    Unexpected low load
    errorRateIncrease CustomAppAnomaliesErrorRateIncrease
    Error rate increase
    scope string
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)
    slowUserActions CustomAppAnomaliesSlowUserActions
    Slow user actions
    unexpectedHighLoad CustomAppAnomaliesUnexpectedHighLoad
    Unexpected high load
    unexpectedLowLoad CustomAppAnomaliesUnexpectedLowLoad
    Unexpected low load
    error_rate_increase CustomAppAnomaliesErrorRateIncreaseArgs
    Error rate increase
    scope str
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)
    slow_user_actions CustomAppAnomaliesSlowUserActionsArgs
    Slow user actions
    unexpected_high_load CustomAppAnomaliesUnexpectedHighLoadArgs
    Unexpected high load
    unexpected_low_load CustomAppAnomaliesUnexpectedLowLoadArgs
    Unexpected low load
    errorRateIncrease Property Map
    Error rate increase
    scope String
    The scope of this setting (DEVICEAPPLICATIONMETHOD CUSTOM_APPLICATION environment)
    slowUserActions Property Map
    Slow user actions
    unexpectedHighLoad Property Map
    Unexpected high load
    unexpectedLowLoad Property Map
    Unexpected low load

    Supporting Types

    CustomAppAnomaliesErrorRateIncrease, CustomAppAnomaliesErrorRateIncreaseArgs

    Enabled bool
    This setting is enabled (true) or disabled (false)
    DetectionMode string
    Possible Values: Auto, Fixed
    ErrorRateIncreaseAuto Pulumiverse.Dynatrace.Inputs.CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
    Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
    ErrorRateIncreaseFixed Pulumiverse.Dynatrace.Inputs.CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
    Alert if the custom reported error rate threshold is exceeded during any 5-minute period
    Enabled bool
    This setting is enabled (true) or disabled (false)
    DetectionMode string
    Possible Values: Auto, Fixed
    ErrorRateIncreaseAuto CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
    Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
    ErrorRateIncreaseFixed CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
    Alert if the custom reported error rate threshold is exceeded during any 5-minute period
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    detectionMode String
    Possible Values: Auto, Fixed
    errorRateIncreaseAuto CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
    Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
    errorRateIncreaseFixed CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
    Alert if the custom reported error rate threshold is exceeded during any 5-minute period
    enabled boolean
    This setting is enabled (true) or disabled (false)
    detectionMode string
    Possible Values: Auto, Fixed
    errorRateIncreaseAuto CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
    Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
    errorRateIncreaseFixed CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
    Alert if the custom reported error rate threshold is exceeded during any 5-minute period
    enabled bool
    This setting is enabled (true) or disabled (false)
    detection_mode str
    Possible Values: Auto, Fixed
    error_rate_increase_auto CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto
    Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
    error_rate_increase_fixed CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed
    Alert if the custom reported error rate threshold is exceeded during any 5-minute period
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    detectionMode String
    Possible Values: Auto, Fixed
    errorRateIncreaseAuto Property Map
    Alert if the percentage of user actions affected by reported errors exceeds both the absolute threshold and the relative threshold
    errorRateIncreaseFixed Property Map
    Alert if the custom reported error rate threshold is exceeded during any 5-minute period

    CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAuto, CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseAutoArgs

    ThresholdAbsolute double
    Absolute threshold
    ThresholdRelative double
    Relative threshold
    ThresholdAbsolute float64
    Absolute threshold
    ThresholdRelative float64
    Relative threshold
    thresholdAbsolute Double
    Absolute threshold
    thresholdRelative Double
    Relative threshold
    thresholdAbsolute number
    Absolute threshold
    thresholdRelative number
    Relative threshold
    threshold_absolute float
    Absolute threshold
    threshold_relative float
    Relative threshold
    thresholdAbsolute Number
    Absolute threshold
    thresholdRelative Number
    Relative threshold

    CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixed, CustomAppAnomaliesErrorRateIncreaseErrorRateIncreaseFixedArgs

    Sensitivity string
    Possible Values: Low, Medium, High
    ThresholdAbsolute double
    Absolute threshold
    Sensitivity string
    Possible Values: Low, Medium, High
    ThresholdAbsolute float64
    Absolute threshold
    sensitivity String
    Possible Values: Low, Medium, High
    thresholdAbsolute Double
    Absolute threshold
    sensitivity string
    Possible Values: Low, Medium, High
    thresholdAbsolute number
    Absolute threshold
    sensitivity str
    Possible Values: Low, Medium, High
    threshold_absolute float
    Absolute threshold
    sensitivity String
    Possible Values: Low, Medium, High
    thresholdAbsolute Number
    Absolute threshold

    CustomAppAnomaliesSlowUserActions, CustomAppAnomaliesSlowUserActionsArgs

    Enabled bool
    This setting is enabled (true) or disabled (false)
    DetectionMode string
    Possible Values: Auto, Fixed
    SlowUserActionsAuto CustomAppAnomaliesSlowUserActionsSlowUserActionsAuto
    no documentation available
    SlowUserActionsFixed CustomAppAnomaliesSlowUserActionsSlowUserActionsFixed
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    detectionMode String
    Possible Values: Auto, Fixed
    slowUserActionsAuto CustomAppAnomaliesSlowUserActionsSlowUserActionsAuto
    no documentation available
    slowUserActionsFixed CustomAppAnomaliesSlowUserActionsSlowUserActionsFixed
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    detectionMode string
    Possible Values: Auto, Fixed
    slowUserActionsAuto CustomAppAnomaliesSlowUserActionsSlowUserActionsAuto
    no documentation available
    slowUserActionsFixed CustomAppAnomaliesSlowUserActionsSlowUserActionsFixed
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    detection_mode str
    Possible Values: Auto, Fixed
    slow_user_actions_auto CustomAppAnomaliesSlowUserActionsSlowUserActionsAuto
    no documentation available
    slow_user_actions_fixed CustomAppAnomaliesSlowUserActionsSlowUserActionsFixed
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    detectionMode String
    Possible Values: Auto, Fixed
    slowUserActionsAuto Property Map
    no documentation available
    slowUserActionsFixed Property Map
    no documentation available

    CustomAppAnomaliesSlowUserActionsSlowUserActionsAuto, CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoArgs

    DurationAvoidOveralerting Pulumiverse.Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    DurationThresholdAll Pulumiverse.Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
    Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
    DurationThresholdSlowest Pulumiverse.Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
    DurationAvoidOveralerting CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    DurationThresholdAll CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
    Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
    DurationThresholdSlowest CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
    durationAvoidOveralerting CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    durationThresholdAll CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
    Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
    durationThresholdSlowest CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
    durationAvoidOveralerting CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    durationThresholdAll CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
    Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
    durationThresholdSlowest CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
    duration_avoid_overalerting CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    duration_threshold_all CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll
    Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
    duration_threshold_slowest CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:
    durationAvoidOveralerting Property Map
    To avoid over-alerting do not alert for low traffic applications with less than
    durationThresholdAll Property Map
    Alert if the action duration of all user actions degrades beyond both the absolute and relative threshold:
    durationThresholdSlowest Property Map
    Alert if the action duration of the slowest 10% of user actions degrades beyond both the absolute and relative threshold:

    CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralerting, CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationAvoidOveralertingArgs

    MinActionRate int
    no documentation available
    MinActionRate int
    no documentation available
    minActionRate Integer
    no documentation available
    minActionRate number
    no documentation available
    min_action_rate int
    no documentation available
    minActionRate Number
    no documentation available

    CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAll, CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdAllArgs

    DurationThreshold double
    Absolute threshold
    SlowdownPercentage double
    Relative threshold
    DurationThreshold float64
    Absolute threshold
    SlowdownPercentage float64
    Relative threshold
    durationThreshold Double
    Absolute threshold
    slowdownPercentage Double
    Relative threshold
    durationThreshold number
    Absolute threshold
    slowdownPercentage number
    Relative threshold
    duration_threshold float
    Absolute threshold
    slowdown_percentage float
    Relative threshold
    durationThreshold Number
    Absolute threshold
    slowdownPercentage Number
    Relative threshold

    CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowest, CustomAppAnomaliesSlowUserActionsSlowUserActionsAutoDurationThresholdSlowestArgs

    DurationThreshold double
    Absolute threshold
    SlowdownPercentage double
    Relative threshold
    DurationThreshold float64
    Absolute threshold
    SlowdownPercentage float64
    Relative threshold
    durationThreshold Double
    Absolute threshold
    slowdownPercentage Double
    Relative threshold
    durationThreshold number
    Absolute threshold
    slowdownPercentage number
    Relative threshold
    duration_threshold float
    Absolute threshold
    slowdown_percentage float
    Relative threshold
    durationThreshold Number
    Absolute threshold
    slowdownPercentage Number
    Relative threshold

    CustomAppAnomaliesSlowUserActionsSlowUserActionsFixed, CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedArgs

    DurationAvoidOveralerting Pulumiverse.Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    DurationThresholdAllFixed Pulumiverse.Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
    Alert if the action duration of all user actions degrades beyond the absolute threshold:
    DurationThresholdSlowest Pulumiverse.Dynatrace.Inputs.CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
    Sensitivity string
    Possible Values: Medium, High, Low
    DurationAvoidOveralerting CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    DurationThresholdAllFixed CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
    Alert if the action duration of all user actions degrades beyond the absolute threshold:
    DurationThresholdSlowest CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
    Sensitivity string
    Possible Values: Medium, High, Low
    durationAvoidOveralerting CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    durationThresholdAllFixed CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
    Alert if the action duration of all user actions degrades beyond the absolute threshold:
    durationThresholdSlowest CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
    sensitivity String
    Possible Values: Medium, High, Low
    durationAvoidOveralerting CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    durationThresholdAllFixed CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
    Alert if the action duration of all user actions degrades beyond the absolute threshold:
    durationThresholdSlowest CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
    sensitivity string
    Possible Values: Medium, High, Low
    duration_avoid_overalerting CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting
    To avoid over-alerting do not alert for low traffic applications with less than
    duration_threshold_all_fixed CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed
    Alert if the action duration of all user actions degrades beyond the absolute threshold:
    duration_threshold_slowest CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest
    Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
    sensitivity str
    Possible Values: Medium, High, Low
    durationAvoidOveralerting Property Map
    To avoid over-alerting do not alert for low traffic applications with less than
    durationThresholdAllFixed Property Map
    Alert if the action duration of all user actions degrades beyond the absolute threshold:
    durationThresholdSlowest Property Map
    Alert if the action duration of the slowest 10% of user actions degrades beyond the absolute threshold:
    sensitivity String
    Possible Values: Medium, High, Low

    CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralerting, CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationAvoidOveralertingArgs

    MinActionRate int
    no documentation available
    MinActionRate int
    no documentation available
    minActionRate Integer
    no documentation available
    minActionRate number
    no documentation available
    min_action_rate int
    no documentation available
    minActionRate Number
    no documentation available

    CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixed, CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdAllFixedArgs

    DurationThreshold double
    Absolute threshold
    DurationThreshold float64
    Absolute threshold
    durationThreshold Double
    Absolute threshold
    durationThreshold number
    Absolute threshold
    duration_threshold float
    Absolute threshold
    durationThreshold Number
    Absolute threshold

    CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowest, CustomAppAnomaliesSlowUserActionsSlowUserActionsFixedDurationThresholdSlowestArgs

    DurationThreshold double
    Absolute threshold
    DurationThreshold float64
    Absolute threshold
    durationThreshold Double
    Absolute threshold
    durationThreshold number
    Absolute threshold
    duration_threshold float
    Absolute threshold
    durationThreshold Number
    Absolute threshold

    CustomAppAnomaliesUnexpectedHighLoad, CustomAppAnomaliesUnexpectedHighLoadArgs

    Enabled bool
    This setting is enabled (true) or disabled (false)
    ThresholdPercentage double
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    ThresholdPercentage float64
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    thresholdPercentage Double
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
    enabled boolean
    This setting is enabled (true) or disabled (false)
    thresholdPercentage number
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
    enabled bool
    This setting is enabled (true) or disabled (false)
    threshold_percentage float
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    thresholdPercentage Number
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic spikes within your application.

    CustomAppAnomaliesUnexpectedLowLoad, CustomAppAnomaliesUnexpectedLowLoadArgs

    Enabled bool
    This setting is enabled (true) or disabled (false)
    ThresholdPercentage double
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
    Enabled bool
    This setting is enabled (true) or disabled (false)
    ThresholdPercentage float64
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    thresholdPercentage Double
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
    enabled boolean
    This setting is enabled (true) or disabled (false)
    thresholdPercentage number
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
    enabled bool
    This setting is enabled (true) or disabled (false)
    threshold_percentage float
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    thresholdPercentage Number
    Dynatrace learns your typical application traffic over an observation period of one week. Depending on this expected value Dynatrace detects abnormal traffic drops within your application.

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse