enablement

package
v1.57.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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

func (*Rum) Schema

func (me *Rum) Schema() map[string]*schema.Schema

func (*Rum) UnmarshalHCL

func (me *Rum) UnmarshalHCL(decoder hcl.Decoder) 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

func (*Settings) Name

func (me *Settings) Name() string

func (*Settings) Schema

func (me *Settings) Schema() map[string]*schema.Schema

func (*Settings) UnmarshalHCL

func (me *Settings) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL