Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffHist ¶
type DiffHist struct {
*IntHist
// contains filtered or unexported fields
}
func NewDiffHist ¶
type Expanded ¶
func NewExpanded ¶
func (*Expanded) SetMetrics ¶
type FloatHist ¶
type FloatHist struct {
Val float64 // most current data point
Data []float64 // historical data points
Labels []string
}
func NewFloatHist ¶
type IO ¶ added in v0.5.1
type IO struct {
*ui.Sparklines
// contains filtered or unexported fields
}
type IntHist ¶
type IntHist struct {
Val int // most current data point
Data []int // historical data points
Labels []string
}
func NewIntHist ¶
type LogLines ¶ added in v0.6.1
type LogLines struct {
// contains filtered or unexported fields
}
func NewLogLines ¶ added in v0.6.1
Click to show internal directories.
Click to hide internal directories.