Documentation
¶
Index ¶
- func ComputeSloFromQueryMetrics(numerator_query string, denominator_query string, from time.Time, to time.Time) (float64, error)
- func GetSLOHistory(sloId string, from time.Time, to time.Time, target float64) (datadog.SLOHistoryResponse, error)
- func ListDatadogSLOs() (datadog.SLOListResponse, error)
- func ValidateApiKey() (bool, error)
- type Datadog
- type Pointlist
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSLOHistory ¶
func ListDatadogSLOs ¶
func ListDatadogSLOs() (datadog.SLOListResponse, error)
func ValidateApiKey ¶
Types ¶
type Datadog ¶
type Datadog struct {
}
func NewDatadog ¶
NewGCP currently needs a service account configured or gcloud auth within same session to function
func (*Datadog) CanHandleSelector ¶
CanHandleSelector returns true only if both datadog queries are defined
func (*Datadog) ComputeObjective ¶
Click to show internal directories.
Click to hide internal directories.