Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Measures = struct { Attribute Measure Occurrence Measure }{ "ATTRIBUTE", "OCCURRENCE", }
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Dimensions []string `json:"dimensions"` Enabled bool `json:"enabled"` // This setting is enabled (`true`) or disabled (`false`) Key string `json:"key"` // Metric key Measure Measure `json:"measure"` // Possible Values: `OCCURRENCE`, `ATTRIBUTE` MeasureAttribute *string `json:"measureAttribute,omitempty"` // Attribute Query string `json:"query"` // Matcher }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.