From d141ee43f4c0530ba9d03d0c137395a55797b07f Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 20 Jan 2018 19:01:26 +0100 Subject: [PATCH] Update options in client Signed-off-by: Knut Ahlers --- client/client.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/client.go b/client/client.go index ef6ea78..3f6d773 100644 --- a/client/client.go +++ b/client/client.go @@ -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 {