Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { GroupCicsRegions bool `json:"groupCicsRegions"` // If enabled, CICS regions belonging to the same CICSPlex will be grouped into a single process group. If disabled, a process group will be created for each CICS region. GroupImsRegions bool `json:"groupImsRegions"` // If enabled, IMS regions belonging to the same subsystem will be grouped into a single process group. If disabled, a process group will be created for each IMS region. MonitorAllCtgProtocols bool `json:"monitorAllCtgProtocols"` // If enabled, the CICS Transaction Gateway sensor will trace all EXCI requests including those that are using the TCP/IP or SNA protocol. MonitorAllIncomingWebRequests bool `json:"monitorAllIncomingWebRequests"` // Dynatrace automatically traces incoming web requests when they are called by already-monitored services. Enable this setting to monitor all incoming web requests. We recommend enabling it only over a short period of time. NodeLimit int `json:"nodeLimit"` // We recommend the default limit of 500 nodes. The value 0 means unlimited number of nodes. ZosCicsServiceDetectionUsesTransactionID bool `json:"zosCicsServiceDetectionUsesTransactionId"` // If enabled, a CICS service will be created for each monitored transaction ID within a process group. If disabled, a CICS service will be created for each monitored CICS region within a process group. We recommend enabling it only when the CICS regions are grouped by their CICSPlex. ZosImsServiceDetectionUsesTransactionID bool `json:"zosImsServiceDetectionUsesTransactionId"` // If enabled, an IMS service will be created for each monitored transaction ID within a process group. If disabled, an IMS service will be created for each monitored IMS region within a process group. We recommend enabling it only when the IMS regions are grouped by their subsystem. }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.