Class: DatadogAPIClient::V1::SLOCountSpec
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOCountSpec
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_count_spec.rb
Overview
A metric SLI specification.
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
A count-based (metric) SLI specification, composed of three parts: the good events formula, the total events formula, and the underlying queries.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#count ⇒ Object
A count-based (metric) SLI specification, composed of three parts: the good events formula, the total events formula, and the underlying queries.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/slo_count_spec.rb', line 26 def count @count end |