mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 00:20:02 +00:00
Update options in client
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
baec3b6009
commit
d141ee43f4
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ type PostMetricInput struct {
|
|||
// If set to true the median absolute deviation is hidden on the dashboard for this metric
|
||||
// Default: false
|
||||
HideMAD bool `json:"hide_mad,omitempty"`
|
||||
|
||||
// If set to true the value of the metric is not shown on the dashboard
|
||||
// Default: false
|
||||
HideValue bool `json:"hide_value,omitempty"`
|
||||
}
|
||||
|
||||
func (p *PostMetricInput) validate() error {
|
||||
|
|
Loading…
Reference in a new issue