Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Segment ¶
type Segment struct {
State dag.DisplayState
Dur time.Duration
}
Segment is one contiguous interval spent in a display state.
type Span ¶
type Span struct {
Service string
Segments []Segment
Final dag.DisplayState
Duration time.Duration
WaitsOn string
AttachedLate bool // true when first observed already healthy/completed
}
Span is the timeline history for one service.
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
Tracker records display-state transitions for services over time.
type Transition ¶
type Transition struct {
State dag.DisplayState
At time.Time
}
Transition captures a service display-state change at a point in time.
Click to show internal directories.
Click to hide internal directories.