Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Report ¶
type Report struct {
APIVersion string `json:"api_version"`
Timestamp time.Time `json:"timestamp"`
Dependencies []string `json:"dependencies"`
ServiceLevel *ServiceLevel `json:"service_level"`
// TODO: decide whether this should be implemented as
// Observation Windor or Boundary
ObservationWindow Window `json:"window"`
}
type ServiceLevel ¶
type ServiceLevel struct {
Target *ServiceLevelIndicators `json:"target"`
Actual *ServiceLevelIndicators `json:"actual"`
Delta *ServiceLevelIndicators `json:"delta"`
}
type ServiceLevelIndicators ¶
Click to show internal directories.
Click to hide internal directories.