Class: DatadogAPIClient::V2::ElasticCloudPrimaryShardGracefulTimeoutIntegrationDataflowRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ElasticCloudPrimaryShardGracefulTimeoutIntegrationDataflowRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/elastic_cloud_primary_shard_graceful_timeout_integration_dataflow_request.rb
Overview
Tolerance for slow primary shard requests. Primary shard metrics can grow large enough for the request to time out; enabling this keeps the rest of the collection running when that happens instead of failing the run. Only has an effect alongside elastic-cloud-primary-shard-stats.
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Whether this tolerance is applied.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#enabled ⇒ Object
Whether this tolerance is applied. Defaults to false; set to true to apply it.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/elastic_cloud_primary_shard_graceful_timeout_integration_dataflow_request.rb', line 25 def enabled @enabled end |