
Dynatrace v0.1.0, May 24 23

Dynatrace v0.1.0, May 24 23
dynatrace.DatabaseAnomalies
Explore with Pulumi AI
Create DatabaseAnomalies Resource
new DatabaseAnomalies(name: string, args?: DatabaseAnomaliesArgs, opts?: CustomResourceOptions);
@overload
def DatabaseAnomalies(resource_name: str,
opts: Optional[ResourceOptions] = None,
db_connect_failures: Optional[DatabaseAnomaliesDbConnectFailuresArgs] = None,
failure_rate: Optional[DatabaseAnomaliesFailureRateArgs] = None,
load: Optional[DatabaseAnomaliesLoadArgs] = None,
response_time: Optional[DatabaseAnomaliesResponseTimeArgs] = None)
@overload
def DatabaseAnomalies(resource_name: str,
args: Optional[DatabaseAnomaliesArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewDatabaseAnomalies(ctx *Context, name string, args *DatabaseAnomaliesArgs, opts ...ResourceOption) (*DatabaseAnomalies, error)
public DatabaseAnomalies(string name, DatabaseAnomaliesArgs? args = null, CustomResourceOptions? opts = null)
public DatabaseAnomalies(String name, DatabaseAnomaliesArgs args)
public DatabaseAnomalies(String name, DatabaseAnomaliesArgs args, CustomResourceOptions options)
type: dynatrace:DatabaseAnomalies
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatabaseAnomaliesArgs
- 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 DatabaseAnomaliesArgs
- 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 DatabaseAnomaliesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatabaseAnomaliesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DatabaseAnomaliesArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DatabaseAnomalies 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 DatabaseAnomalies resource accepts the following input properties:
- Db
Connect Lbrlabs.Failures Pulumi Package. Dynatrace. Inputs. Database Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- Failure
Rate Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies Failure Rate Args Configuration of failure rate increase detection
- Load
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Database Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- Response
Time Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies Response Time Args Configuration of response time degradation detection
- Db
Connect DatabaseFailures Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- Failure
Rate DatabaseAnomalies Failure Rate Args Configuration of failure rate increase detection
- Load
Database
Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- Response
Time DatabaseAnomalies Response Time Args Configuration of response time degradation detection
- db
Connect DatabaseFailures Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- failure
Rate DatabaseAnomalies Failure Rate Args Configuration of failure rate increase detection
- load
Database
Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- response
Time DatabaseAnomalies Response Time Args Configuration of response time degradation detection
- db
Connect DatabaseFailures Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- failure
Rate DatabaseAnomalies Failure Rate Args Configuration of failure rate increase detection
- load
Database
Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- response
Time DatabaseAnomalies Response Time Args Configuration of response time degradation detection
- db_
connect_ Databasefailures Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- failure_
rate DatabaseAnomalies Failure Rate Args Configuration of failure rate increase detection
- load
Database
Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- response_
time DatabaseAnomalies Response Time Args Configuration of response time degradation detection
- db
Connect Property MapFailures Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- failure
Rate Property Map Configuration of failure rate increase detection
- load Property Map
Configuration for anomalies regarding load drops and spikes
- response
Time Property Map Configuration of response time degradation detection
Outputs
All input properties are implicitly available as output properties. Additionally, the DatabaseAnomalies 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 DatabaseAnomalies Resource
Get an existing DatabaseAnomalies 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?: DatabaseAnomaliesState, opts?: CustomResourceOptions): DatabaseAnomalies
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
db_connect_failures: Optional[DatabaseAnomaliesDbConnectFailuresArgs] = None,
failure_rate: Optional[DatabaseAnomaliesFailureRateArgs] = None,
load: Optional[DatabaseAnomaliesLoadArgs] = None,
response_time: Optional[DatabaseAnomaliesResponseTimeArgs] = None) -> DatabaseAnomalies
func GetDatabaseAnomalies(ctx *Context, name string, id IDInput, state *DatabaseAnomaliesState, opts ...ResourceOption) (*DatabaseAnomalies, error)
public static DatabaseAnomalies Get(string name, Input<string> id, DatabaseAnomaliesState? state, CustomResourceOptions? opts = null)
public static DatabaseAnomalies get(String name, Output<String> id, DatabaseAnomaliesState 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.
- Db
Connect Lbrlabs.Failures Pulumi Package. Dynatrace. Inputs. Database Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- Failure
Rate Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies Failure Rate Args Configuration of failure rate increase detection
- Load
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Database Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- Response
Time Lbrlabs.Pulumi Package. Dynatrace. Inputs. Database Anomalies Response Time Args Configuration of response time degradation detection
- Db
Connect DatabaseFailures Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- Failure
Rate DatabaseAnomalies Failure Rate Args Configuration of failure rate increase detection
- Load
Database
Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- Response
Time DatabaseAnomalies Response Time Args Configuration of response time degradation detection
- db
Connect DatabaseFailures Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- failure
Rate DatabaseAnomalies Failure Rate Args Configuration of failure rate increase detection
- load
Database
Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- response
Time DatabaseAnomalies Response Time Args Configuration of response time degradation detection
- db
Connect DatabaseFailures Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- failure
Rate DatabaseAnomalies Failure Rate Args Configuration of failure rate increase detection
- load
Database
Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- response
Time DatabaseAnomalies Response Time Args Configuration of response time degradation detection
- db_
connect_ Databasefailures Anomalies Db Connect Failures Args Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- failure_
rate DatabaseAnomalies Failure Rate Args Configuration of failure rate increase detection
- load
Database
Anomalies Load Args Configuration for anomalies regarding load drops and spikes
- response_
time DatabaseAnomalies Response Time Args Configuration of response time degradation detection
- db
Connect Property MapFailures Parameters of the failed database connections detection. The alert is triggered when failed connections number exceeds connectionFailsCount during any timePeriodMinutes minutes period
- failure
Rate Property Map Configuration of failure rate increase detection
- load Property Map
Configuration for anomalies regarding load drops and spikes
- response
Time Property Map Configuration of response time degradation detection
Supporting Types
DatabaseAnomaliesDbConnectFailures
- Connection
Fails intCount Number of failed database connections during any eval_period minutes period to trigger an alert
- Eval
Period int The X minutes time period during which the connectionfailscount is evaluated
- Connection
Fails intCount Number of failed database connections during any eval_period minutes period to trigger an alert
- Eval
Period int The X minutes time period during which the connectionfailscount is evaluated
- connection
Fails IntegerCount Number of failed database connections during any eval_period minutes period to trigger an alert
- eval
Period Integer The X minutes time period during which the connectionfailscount is evaluated
- connection
Fails numberCount Number of failed database connections during any eval_period minutes period to trigger an alert
- eval
Period number The X minutes time period during which the connectionfailscount is evaluated
- connection_
fails_ intcount Number of failed database connections during any eval_period minutes period to trigger an alert
- eval_
period int The X minutes time period during which the connectionfailscount is evaluated
- connection
Fails NumberCount Number of failed database connections during any eval_period minutes period to trigger an alert
- eval
Period Number The X minutes time period during which the connectionfailscount is evaluated
DatabaseAnomaliesFailureRate
- Auto
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Database Anomalies Failure Rate Auto Parameters of failure rate increase auto-detection. Example: If the expected error rate is 1.5%, and you set an absolute increase of 1%, and a relative increase of 50%, the thresholds will be: Absolute: 1.5% + 1% = 2.5% Relative: 1.5% + 1.5% * 50% = 2.25%
- Thresholds
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Database Anomalies Failure Rate Thresholds Fixed thresholds for failure rate increase detection
- Auto
Database
Anomalies Failure Rate Auto Parameters of failure rate increase auto-detection. Example: If the expected error rate is 1.5%, and you set an absolute increase of 1%, and a relative increase of 50%, the thresholds will be: Absolute: 1.5% + 1% = 2.5% Relative: 1.5% + 1.5% * 50% = 2.25%
- Thresholds
Database
Anomalies Failure Rate Thresholds Fixed thresholds for failure rate increase detection
- auto
Database
Anomalies Failure Rate Auto Parameters of failure rate increase auto-detection. Example: If the expected error rate is 1.5%, and you set an absolute increase of 1%, and a relative increase of 50%, the thresholds will be: Absolute: 1.5% + 1% = 2.5% Relative: 1.5% + 1.5% * 50% = 2.25%
- thresholds
Database
Anomalies Failure Rate Thresholds Fixed thresholds for failure rate increase detection
- auto
Database
Anomalies Failure Rate Auto Parameters of failure rate increase auto-detection. Example: If the expected error rate is 1.5%, and you set an absolute increase of 1%, and a relative increase of 50%, the thresholds will be: Absolute: 1.5% + 1% = 2.5% Relative: 1.5% + 1.5% * 50% = 2.25%
- thresholds
Database
Anomalies Failure Rate Thresholds Fixed thresholds for failure rate increase detection
- auto
Database
Anomalies Failure Rate Auto Parameters of failure rate increase auto-detection. Example: If the expected error rate is 1.5%, and you set an absolute increase of 1%, and a relative increase of 50%, the thresholds will be: Absolute: 1.5% + 1% = 2.5% Relative: 1.5% + 1.5% * 50% = 2.25%
- thresholds
Database
Anomalies Failure Rate Thresholds Fixed thresholds for failure rate increase detection
- auto Property Map
Parameters of failure rate increase auto-detection. Example: If the expected error rate is 1.5%, and you set an absolute increase of 1%, and a relative increase of 50%, the thresholds will be: Absolute: 1.5% + 1% = 2.5% Relative: 1.5% + 1.5% * 50% = 2.25%
- thresholds Property Map
Fixed thresholds for failure rate increase detection
DatabaseAnomaliesFailureRateAuto
DatabaseAnomaliesFailureRateThresholds
- Sensitivity string
- Threshold int
- Unknowns string
- Sensitivity string
- Threshold int
- Unknowns string
- sensitivity String
- threshold Integer
- unknowns String
- sensitivity string
- threshold number
- unknowns string
- sensitivity str
- threshold int
- unknowns str
- sensitivity String
- threshold Number
- unknowns String
DatabaseAnomaliesLoad
- Drops
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Database Anomalies Load Drops The configuration of traffic drops detection
- Spikes
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Database Anomalies Load Spikes The configuration of traffic spikes detection
- Drops
Database
Anomalies Load Drops The configuration of traffic drops detection
- Spikes
Database
Anomalies Load Spikes The configuration of traffic spikes detection
- drops
Database
Anomalies Load Drops The configuration of traffic drops detection
- spikes
Database
Anomalies Load Spikes The configuration of traffic spikes detection
- drops
Database
Anomalies Load Drops The configuration of traffic drops detection
- spikes
Database
Anomalies Load Spikes The configuration of traffic spikes detection
- drops
Database
Anomalies Load Drops The configuration of traffic drops detection
- spikes
Database
Anomalies Load Spikes The configuration of traffic spikes detection
- drops Property Map
The configuration of traffic drops detection
- spikes Property Map
The configuration of traffic spikes detection
DatabaseAnomaliesLoadDrops
DatabaseAnomaliesLoadSpikes
DatabaseAnomaliesResponseTime
- Auto
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Database Anomalies Response Time Auto Parameters of the response time degradation auto-detection. Violation of any criterion triggers an alert
- Thresholds
Lbrlabs.
Pulumi Package. Dynatrace. Inputs. Database Anomalies Response Time Thresholds Fixed thresholds for response time degradation detection
- Auto
Database
Anomalies Response Time Auto Parameters of the response time degradation auto-detection. Violation of any criterion triggers an alert
- Thresholds
Database
Anomalies Response Time Thresholds Fixed thresholds for response time degradation detection
- auto
Database
Anomalies Response Time Auto Parameters of the response time degradation auto-detection. Violation of any criterion triggers an alert
- thresholds
Database
Anomalies Response Time Thresholds Fixed thresholds for response time degradation detection
- auto
Database
Anomalies Response Time Auto Parameters of the response time degradation auto-detection. Violation of any criterion triggers an alert
- thresholds
Database
Anomalies Response Time Thresholds Fixed thresholds for response time degradation detection
- auto
Database
Anomalies Response Time Auto Parameters of the response time degradation auto-detection. Violation of any criterion triggers an alert
- thresholds
Database
Anomalies Response Time Thresholds Fixed thresholds for response time degradation detection
- auto Property Map
Parameters of the response time degradation auto-detection. Violation of any criterion triggers an alert
- thresholds Property Map
Fixed thresholds for response time degradation detection
DatabaseAnomaliesResponseTimeAuto
- Load string
Configuration for anomalies regarding load drops and spikes
- Milliseconds int
- Percent int
- Slowest
Milliseconds int - Slowest
Percent int - Unknowns string
- Load string
Configuration for anomalies regarding load drops and spikes
- Milliseconds int
- Percent int
- Slowest
Milliseconds int - Slowest
Percent int - Unknowns string
- load String
Configuration for anomalies regarding load drops and spikes
- milliseconds Integer
- percent Integer
- slowest
Milliseconds Integer - slowest
Percent Integer - unknowns String
- load string
Configuration for anomalies regarding load drops and spikes
- milliseconds number
- percent number
- slowest
Milliseconds number - slowest
Percent number - unknowns string
- load str
Configuration for anomalies regarding load drops and spikes
- milliseconds int
- percent int
- slowest_
milliseconds int - slowest_
percent int - unknowns str
- load String
Configuration for anomalies regarding load drops and spikes
- milliseconds Number
- percent Number
- slowest
Milliseconds Number - slowest
Percent Number - unknowns String
DatabaseAnomaliesResponseTimeThresholds
- Load string
Configuration for anomalies regarding load drops and spikes
- Milliseconds int
- Sensitivity string
- Slowest
Milliseconds int - Unknowns string
- Load string
Configuration for anomalies regarding load drops and spikes
- Milliseconds int
- Sensitivity string
- Slowest
Milliseconds int - Unknowns string
- load String
Configuration for anomalies regarding load drops and spikes
- milliseconds Integer
- sensitivity String
- slowest
Milliseconds Integer - unknowns String
- load string
Configuration for anomalies regarding load drops and spikes
- milliseconds number
- sensitivity string
- slowest
Milliseconds number - unknowns string
- load str
Configuration for anomalies regarding load drops and spikes
- milliseconds int
- sensitivity str
- slowest_
milliseconds int - unknowns str
- load String
Configuration for anomalies regarding load drops and spikes
- milliseconds Number
- sensitivity String
- slowest
Milliseconds Number - unknowns String
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.