Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrequentIssues ¶
type FrequentIssues struct { DetectApps bool `json:"detectFrequentIssuesInApplications"` // Detect frequent issues within applications DetectEnv *bool `json:"detectFrequentIssuesInEnvironment,omitempty"` // Events raised at this level typically occur when no specific topological entity is applicable, often based on data such as logs and metrics. This does not impact the detection of issues within applications, transactions, services, or infrastructure. DetectInfra bool `json:"detectFrequentIssuesInInfrastructure"` // Detect frequent issues within infrastructure DetectTxn bool `json:"detectFrequentIssuesInTransactionsAndServices"` // Detect frequent issues within transactions and services }
func (*FrequentIssues) MarshalHCL ¶
func (me *FrequentIssues) MarshalHCL(properties hcl.Properties) error
func (*FrequentIssues) Name ¶
func (me *FrequentIssues) Name() string
func (*FrequentIssues) UnmarshalHCL ¶
func (me *FrequentIssues) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.