Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rum ¶
type Rum struct { CostAndTrafficControl int `json:"costAndTrafficControl"` // (Field has overlap with `dynatrace_mobile_application`) Percentage of user sessions captured and analyzed. By default, Dynatrace captures all user actions and user sessions for analysis. This approach ensures complete insight into your application’s performance and customer experience. You can optionally reduce the granularity of user-action and user-session analysis by capturing a lower percentage of user sessions. While this approach can reduce monitoring costs, it also results in lower visibility into how your customers are using your applications. For example, a setting of 10% results in Dynatrace analyzing only every tenth user session. Enabled bool `json:"enabled"` // This setting is enabled (`true`) or disabled (`false`) }
func (*Rum) MarshalHCL ¶
func (me *Rum) MarshalHCL(properties hcl.Properties) error
type Settings ¶
type Settings struct { Rum *Rum `json:"rum"` // Capture and analyze all user actions within your application. Enable [Real User Monitoring (RUM)](https://dt-url.net/1n2b0prq) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience. Scope *string `json:"-" scope:"scope"` // The scope of this setting (CUSTOM_APPLICATION). Omit this property if you want to cover the whole environment. }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.