Class: DatadogAPIClient::V1::SLOCountSpec

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/slo_count_spec.rb

Overview

A metric SLI specification.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#countObject

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