Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Uri = pkgPath
)
Functions ¶
Types ¶
type Entry ¶
type Entry struct {
CustomerId int32
SloEntryId int32
Timestamp time.Time
Origin Origin
Event int32 // event : warning, watch, canceled
Status int32 // Status : warning, watch, canceled, ok/normal/canary?
Threshold Metrics // This can't be pulled from Slo entry as this is historical
Actual Metrics
LocalityScope int16 // Values : None, Region, Zone, Default - uses all localities
Advice string // Given an event is generated, what information is the downstream service going
}
Click to show internal directories.
Click to hide internal directories.