Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Scope string `json:"-" scope:"scope"` // The scope of this setting (APPLICATION_METHOD, APPLICATION) Thresholds *Thresholds `json:"thresholds"` // (Field has overlap with `dynatrace_web_application`) User action duration thresholds }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
type Thresholds ¶
type Thresholds struct { FrustratingThresholdSeconds float64 `json:"frustratingThresholdSeconds"` // If **User action duration** is above this value, the action is assigned to the Frustrated performance zone. ToleratedThresholdSeconds float64 `json:"toleratedThresholdSeconds"` // If **User action duration** is below this value, the action is assigned to the Satisfied performance zone. }
func (*Thresholds) MarshalHCL ¶
func (me *Thresholds) MarshalHCL(properties hcl.Properties) error
func (*Thresholds) UnmarshalHCL ¶
func (me *Thresholds) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.