Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetectionConfig ¶
type DetectionConfig struct { OutOfMemoryDetection *oom.DetectionConfig `json:"outOfMemoryDetection"` // Configuration of Java out of memory problems detection. OutOfThreadsDetection *oot.DetectionConfig `json:"outOfThreadsDetection"` // Configuration of Java out of threads problems detection. }
func (*DetectionConfig) IsConfigured ¶
func (me *DetectionConfig) IsConfigured() bool
func (*DetectionConfig) MarshalHCL ¶
func (me *DetectionConfig) MarshalHCL(properties hcl.Properties) error
func (*DetectionConfig) UnmarshalHCL ¶
func (me *DetectionConfig) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.