package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Mar 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Dashboard struct {
HealthyServersPanel LineChart `json:"healthyServersPanel"`
}
type Dataset struct {
Label string `json:"label"`
BorderColor string `json:"borderColor,omitempty"`
BackgroundColor string `json:"backgroundColor,omitempty"`
Data []int `json:"data"`
Fill bool `json:"fill"`
Tension float64 `json:"tension"`
}
type InstantMetricData struct {
Timestamp time.Time
HealthyServersCount int
UnHealthyServersCount int
}
type LineChart struct {
Labels []string `json:"labels"`
Datasets []Dataset `json:"datasets"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.