dynatrace.DatabaseAnomaliesV2
Explore with Pulumi AI
Create DatabaseAnomaliesV2 Resource
new DatabaseAnomaliesV2(name: string, args: DatabaseAnomaliesV2Args, opts?: CustomResourceOptions);
@overload
def DatabaseAnomaliesV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
database_connections: Optional[DatabaseAnomaliesV2DatabaseConnectionsArgs] = None,
failure_rate: Optional[DatabaseAnomaliesV2FailureRateArgs] = None,
load_drops: Optional[DatabaseAnomaliesV2LoadDropsArgs] = None,
load_spikes: Optional[DatabaseAnomaliesV2LoadSpikesArgs] = None,
response_time: Optional[DatabaseAnomaliesV2ResponseTimeArgs] = None,
scope: Optional[str] = None)
@overload
def DatabaseAnomaliesV2(resource_name: str,
args: DatabaseAnomaliesV2Args,
opts: Optional[ResourceOptions] = None)
func NewDatabaseAnomaliesV2(ctx *Context, name string, args DatabaseAnomaliesV2Args, opts ...ResourceOption) (*DatabaseAnomaliesV2, error)
public DatabaseAnomaliesV2(string name, DatabaseAnomaliesV2Args args, CustomResourceOptions? opts = null)
public DatabaseAnomaliesV2(String name, DatabaseAnomaliesV2Args args)
public DatabaseAnomaliesV2(String name, DatabaseAnomaliesV2Args args, CustomResourceOptions options)
type: dynatrace:DatabaseAnomaliesV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatabaseAnomaliesV2Args
- 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 DatabaseAnomaliesV2Args
- 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 DatabaseAnomaliesV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatabaseAnomaliesV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DatabaseAnomaliesV2Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DatabaseAnomaliesV2 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 DatabaseAnomaliesV2 resource accepts the following input properties:
- Database
Connections Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Database Connections Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- Failure
Rate Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Failure Rate Failure rate
- Load
Drops Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Load Drops Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- Load
Spikes Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Load Spikes Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- Response
Time Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Response time
- Scope string
The scope for the database anomaly detection
- Database
Connections DatabaseAnomalies V2Database Connections Args Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- Failure
Rate DatabaseAnomalies V2Failure Rate Args Failure rate
- Load
Drops DatabaseAnomalies V2Load Drops Args Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- Load
Spikes DatabaseAnomalies V2Load Spikes Args Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- Response
Time DatabaseAnomalies V2Response Time Args Response time
- Scope string
The scope for the database anomaly detection
- database
Connections DatabaseAnomalies V2Database Connections Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- failure
Rate DatabaseAnomalies V2Failure Rate Failure rate
- load
Drops DatabaseAnomalies V2Load Drops Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- load
Spikes DatabaseAnomalies V2Load Spikes Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- response
Time DatabaseAnomalies V2Response Time Response time
- scope String
The scope for the database anomaly detection
- database
Connections DatabaseAnomalies V2Database Connections Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- failure
Rate DatabaseAnomalies V2Failure Rate Failure rate
- load
Drops DatabaseAnomalies V2Load Drops Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- load
Spikes DatabaseAnomalies V2Load Spikes Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- response
Time DatabaseAnomalies V2Response Time Response time
- scope string
The scope for the database anomaly detection
- database_
connections DatabaseAnomalies V2Database Connections Args Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- failure_
rate DatabaseAnomalies V2Failure Rate Args Failure rate
- load_
drops DatabaseAnomalies V2Load Drops Args Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- load_
spikes DatabaseAnomalies V2Load Spikes Args Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- response_
time DatabaseAnomalies V2Response Time Args Response time
- scope str
The scope for the database anomaly detection
- database
Connections Property Map Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- failure
Rate Property Map Failure rate
- load
Drops Property Map Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- load
Spikes Property Map Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- response
Time Property Map Response time
- scope String
The scope for the database anomaly detection
Outputs
All input properties are implicitly available as output properties. Additionally, the DatabaseAnomaliesV2 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 DatabaseAnomaliesV2 Resource
Get an existing DatabaseAnomaliesV2 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?: DatabaseAnomaliesV2State, opts?: CustomResourceOptions): DatabaseAnomaliesV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
database_connections: Optional[DatabaseAnomaliesV2DatabaseConnectionsArgs] = None,
failure_rate: Optional[DatabaseAnomaliesV2FailureRateArgs] = None,
load_drops: Optional[DatabaseAnomaliesV2LoadDropsArgs] = None,
load_spikes: Optional[DatabaseAnomaliesV2LoadSpikesArgs] = None,
response_time: Optional[DatabaseAnomaliesV2ResponseTimeArgs] = None,
scope: Optional[str] = None) -> DatabaseAnomaliesV2
func GetDatabaseAnomaliesV2(ctx *Context, name string, id IDInput, state *DatabaseAnomaliesV2State, opts ...ResourceOption) (*DatabaseAnomaliesV2, error)
public static DatabaseAnomaliesV2 Get(string name, Input<string> id, DatabaseAnomaliesV2State? state, CustomResourceOptions? opts = null)
public static DatabaseAnomaliesV2 get(String name, Output<String> id, DatabaseAnomaliesV2State 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.
- Database
Connections Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Database Connections Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- Failure
Rate Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Failure Rate Failure rate
- Load
Drops Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Load Drops Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- Load
Spikes Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Load Spikes Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- Response
Time Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Response time
- Scope string
The scope for the database anomaly detection
- Database
Connections DatabaseAnomalies V2Database Connections Args Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- Failure
Rate DatabaseAnomalies V2Failure Rate Args Failure rate
- Load
Drops DatabaseAnomalies V2Load Drops Args Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- Load
Spikes DatabaseAnomalies V2Load Spikes Args Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- Response
Time DatabaseAnomalies V2Response Time Args Response time
- Scope string
The scope for the database anomaly detection
- database
Connections DatabaseAnomalies V2Database Connections Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- failure
Rate DatabaseAnomalies V2Failure Rate Failure rate
- load
Drops DatabaseAnomalies V2Load Drops Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- load
Spikes DatabaseAnomalies V2Load Spikes Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- response
Time DatabaseAnomalies V2Response Time Response time
- scope String
The scope for the database anomaly detection
- database
Connections DatabaseAnomalies V2Database Connections Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- failure
Rate DatabaseAnomalies V2Failure Rate Failure rate
- load
Drops DatabaseAnomalies V2Load Drops Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- load
Spikes DatabaseAnomalies V2Load Spikes Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- response
Time DatabaseAnomalies V2Response Time Response time
- scope string
The scope for the database anomaly detection
- database_
connections DatabaseAnomalies V2Database Connections Args Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- failure_
rate DatabaseAnomalies V2Failure Rate Args Failure rate
- load_
drops DatabaseAnomalies V2Load Drops Args Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- load_
spikes DatabaseAnomalies V2Load Spikes Args Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- response_
time DatabaseAnomalies V2Response Time Args Response time
- scope str
The scope for the database anomaly detection
- database
Connections Property Map Alert if the number of failed database connects within the specified time exceeds the specified absolute threshold:
- failure
Rate Property Map Failure rate
- load
Drops Property Map Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time.
- load
Spikes Property Map Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time.
- response
Time Property Map Response time
- scope String
The scope for the database anomaly detection
Supporting Types
DatabaseAnomaliesV2DatabaseConnections, DatabaseAnomaliesV2DatabaseConnectionsArgs
- Enabled bool
Detect failed database connects
- Max
Failed intConnects Threshold
- Time
Period int Time span
- Enabled bool
Detect failed database connects
- Max
Failed intConnects Threshold
- Time
Period int Time span
- enabled Boolean
Detect failed database connects
- max
Failed IntegerConnects Threshold
- time
Period Integer Time span
- enabled boolean
Detect failed database connects
- max
Failed numberConnects Threshold
- time
Period number Time span
- enabled bool
Detect failed database connects
- max_
failed_ intconnects Threshold
- time_
period int Time span
- enabled Boolean
Detect failed database connects
- max
Failed NumberConnects Threshold
- time
Period Number Time span
DatabaseAnomaliesV2FailureRate, DatabaseAnomaliesV2FailureRateArgs
- Enabled bool
Detect increases in failure rate
- Auto
Detection Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Failure Rate Auto Detection Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
- Detection
Mode string Detection mode for increases in failure rate
- Fixed
Detection Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Failure Rate Fixed Detection Alert if a given failure rate is exceeded during any 5-minute-period
- Enabled bool
Detect increases in failure rate
- Auto
Detection DatabaseAnomalies V2Failure Rate Auto Detection Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
- Detection
Mode string Detection mode for increases in failure rate
- Fixed
Detection DatabaseAnomalies V2Failure Rate Fixed Detection Alert if a given failure rate is exceeded during any 5-minute-period
- enabled Boolean
Detect increases in failure rate
- auto
Detection DatabaseAnomalies V2Failure Rate Auto Detection Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
- detection
Mode String Detection mode for increases in failure rate
- fixed
Detection DatabaseAnomalies V2Failure Rate Fixed Detection Alert if a given failure rate is exceeded during any 5-minute-period
- enabled boolean
Detect increases in failure rate
- auto
Detection DatabaseAnomalies V2Failure Rate Auto Detection Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
- detection
Mode string Detection mode for increases in failure rate
- fixed
Detection DatabaseAnomalies V2Failure Rate Fixed Detection Alert if a given failure rate is exceeded during any 5-minute-period
- enabled bool
Detect increases in failure rate
- auto_
detection DatabaseAnomalies V2Failure Rate Auto Detection Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
- detection_
mode str Detection mode for increases in failure rate
- fixed_
detection DatabaseAnomalies V2Failure Rate Fixed Detection Alert if a given failure rate is exceeded during any 5-minute-period
- enabled Boolean
Detect increases in failure rate
- auto
Detection Property Map Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
- detection
Mode String Detection mode for increases in failure rate
- fixed
Detection Property Map Alert if a given failure rate is exceeded during any 5-minute-period
DatabaseAnomaliesV2FailureRateAutoDetection, DatabaseAnomaliesV2FailureRateAutoDetectionArgs
DatabaseAnomaliesV2FailureRateAutoDetectionOverAlertingProtection, DatabaseAnomaliesV2FailureRateAutoDetectionOverAlertingProtectionArgs
- Minutes
Abnormal intState - Requests
Per doubleMinute
- Minutes
Abnormal intState - Requests
Per float64Minute
- minutes
Abnormal IntegerState - requests
Per DoubleMinute
- minutes
Abnormal numberState - requests
Per numberMinute
- minutes
Abnormal NumberState - requests
Per NumberMinute
DatabaseAnomaliesV2FailureRateFixedDetection, DatabaseAnomaliesV2FailureRateFixedDetectionArgs
- over
Alerting Property MapProtection - sensitivity String
- threshold Number
DatabaseAnomaliesV2FailureRateFixedDetectionOverAlertingProtection, DatabaseAnomaliesV2FailureRateFixedDetectionOverAlertingProtectionArgs
- Minutes
Abnormal intState - Requests
Per doubleMinute
- Minutes
Abnormal intState - Requests
Per float64Minute
- minutes
Abnormal IntegerState - requests
Per DoubleMinute
- minutes
Abnormal numberState - requests
Per numberMinute
- minutes
Abnormal NumberState - requests
Per NumberMinute
DatabaseAnomaliesV2LoadDrops, DatabaseAnomaliesV2LoadDropsArgs
- Enabled bool
Detect service load drops
- Load
Drop doublePercent Threshold
- Minutes
Abnormal intState Time span
- Enabled bool
Detect service load drops
- Load
Drop float64Percent Threshold
- Minutes
Abnormal intState Time span
- enabled Boolean
Detect service load drops
- load
Drop DoublePercent Threshold
- minutes
Abnormal IntegerState Time span
- enabled boolean
Detect service load drops
- load
Drop numberPercent Threshold
- minutes
Abnormal numberState Time span
- enabled bool
Detect service load drops
- load_
drop_ floatpercent Threshold
- minutes_
abnormal_ intstate Time span
- enabled Boolean
Detect service load drops
- load
Drop NumberPercent Threshold
- minutes
Abnormal NumberState Time span
DatabaseAnomaliesV2LoadSpikes, DatabaseAnomaliesV2LoadSpikesArgs
- Enabled bool
Detect service load spikes
- Load
Spike doublePercent Threshold
- Minutes
Abnormal intState Time span
- Enabled bool
Detect service load spikes
- Load
Spike float64Percent Threshold
- Minutes
Abnormal intState Time span
- enabled Boolean
Detect service load spikes
- load
Spike DoublePercent Threshold
- minutes
Abnormal IntegerState Time span
- enabled boolean
Detect service load spikes
- load
Spike numberPercent Threshold
- minutes
Abnormal numberState Time span
- enabled bool
Detect service load spikes
- load_
spike_ floatpercent Threshold
- minutes_
abnormal_ intstate Time span
- enabled Boolean
Detect service load spikes
- load
Spike NumberPercent Threshold
- minutes
Abnormal NumberState Time span
DatabaseAnomaliesV2ResponseTime, DatabaseAnomaliesV2ResponseTimeArgs
- Enabled bool
Detect response time degradations
- Auto
Detection Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Auto Detection no documentation available
- Detection
Mode string Detection mode for response time degradations
- Fixed
Detection Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Fixed Detection no documentation available
- Enabled bool
Detect response time degradations
- Auto
Detection DatabaseAnomalies V2Response Time Auto Detection no documentation available
- Detection
Mode string Detection mode for response time degradations
- Fixed
Detection DatabaseAnomalies V2Response Time Fixed Detection no documentation available
- enabled Boolean
Detect response time degradations
- auto
Detection DatabaseAnomalies V2Response Time Auto Detection no documentation available
- detection
Mode String Detection mode for response time degradations
- fixed
Detection DatabaseAnomalies V2Response Time Fixed Detection no documentation available
- enabled boolean
Detect response time degradations
- auto
Detection DatabaseAnomalies V2Response Time Auto Detection no documentation available
- detection
Mode string Detection mode for response time degradations
- fixed
Detection DatabaseAnomalies V2Response Time Fixed Detection no documentation available
- enabled bool
Detect response time degradations
- auto_
detection DatabaseAnomalies V2Response Time Auto Detection no documentation available
- detection_
mode str Detection mode for response time degradations
- fixed_
detection DatabaseAnomalies V2Response Time Fixed Detection no documentation available
- enabled Boolean
Detect response time degradations
- auto
Detection Property Map no documentation available
- detection
Mode String Detection mode for response time degradations
- fixed
Detection Property Map no documentation available
DatabaseAnomaliesV2ResponseTimeAutoDetection, DatabaseAnomaliesV2ResponseTimeAutoDetectionArgs
- Over
Alerting Lbrlabs.Protection Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Auto Detection Over Alerting Protection - Response
Time Lbrlabs.All Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Auto Detection Response Time All - Response
Time Lbrlabs.Slowest Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Auto Detection Response Time Slowest
DatabaseAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtection, DatabaseAnomaliesV2ResponseTimeAutoDetectionOverAlertingProtectionArgs
- Minutes
Abnormal intState - Requests
Per doubleMinute
- Minutes
Abnormal intState - Requests
Per float64Minute
- minutes
Abnormal IntegerState - requests
Per DoubleMinute
- minutes
Abnormal numberState - requests
Per numberMinute
- minutes
Abnormal NumberState - requests
Per NumberMinute
DatabaseAnomaliesV2ResponseTimeAutoDetectionResponseTimeAll, DatabaseAnomaliesV2ResponseTimeAutoDetectionResponseTimeAllArgs
- Degradation
Milliseconds double - Degradation
Percent double
- Degradation
Milliseconds float64 - Degradation
Percent float64
- degradation
Milliseconds Double - degradation
Percent Double
- degradation
Milliseconds number - degradation
Percent number
- degradation_
milliseconds float - degradation_
percent float
- degradation
Milliseconds Number - degradation
Percent Number
DatabaseAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowest, DatabaseAnomaliesV2ResponseTimeAutoDetectionResponseTimeSlowestArgs
- Slowest
Degradation doubleMilliseconds - Slowest
Degradation doublePercent
- Slowest
Degradation float64Milliseconds - Slowest
Degradation float64Percent
- slowest
Degradation DoubleMilliseconds - slowest
Degradation DoublePercent
- slowest
Degradation numberMilliseconds - slowest
Degradation numberPercent
- slowest
Degradation NumberMilliseconds - slowest
Degradation NumberPercent
DatabaseAnomaliesV2ResponseTimeFixedDetection, DatabaseAnomaliesV2ResponseTimeFixedDetectionArgs
- Over
Alerting Lbrlabs.Protection Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Fixed Detection Over Alerting Protection - Response
Time Lbrlabs.All Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Fixed Detection Response Time All - Response
Time Lbrlabs.Slowest Pulumi Package. Dynatrace. Inputs. Database Anomalies V2Response Time Fixed Detection Response Time Slowest - Sensitivity string
DatabaseAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtection, DatabaseAnomaliesV2ResponseTimeFixedDetectionOverAlertingProtectionArgs
- Minutes
Abnormal intState - Requests
Per doubleMinute
- Minutes
Abnormal intState - Requests
Per float64Minute
- minutes
Abnormal IntegerState - requests
Per DoubleMinute
- minutes
Abnormal numberState - requests
Per numberMinute
- minutes
Abnormal NumberState - requests
Per NumberMinute
DatabaseAnomaliesV2ResponseTimeFixedDetectionResponseTimeAll, DatabaseAnomaliesV2ResponseTimeFixedDetectionResponseTimeAllArgs
- Degradation
Milliseconds double
- Degradation
Milliseconds float64
- degradation
Milliseconds Double
- degradation
Milliseconds number
- degradation_
milliseconds float
- degradation
Milliseconds Number
DatabaseAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowest, DatabaseAnomaliesV2ResponseTimeFixedDetectionResponseTimeSlowestArgs
- Slowest
Degradation float64Milliseconds
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.