gc

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 DetectionConfig

type DetectionConfig struct {
	Enabled          bool        `json:"enabled"`                    // The detection is enabled (`true`) or disabled (`false`).
	CustomThresholds *Thresholds `json:"customThresholds,omitempty"` // Custom thresholds for high GC activity. If not set, automatic mode is used.   Meeting **any** of these conditions triggers an alert.
}

DetectionConfig Configuration of high Garbage Collector activity detection.

func (*DetectionConfig) MarshalHCL

func (me *DetectionConfig) MarshalHCL(properties hcl.Properties) error

func (*DetectionConfig) Schema

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

func (*DetectionConfig) UnmarshalHCL

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

type Thresholds

type Thresholds struct {
	GcSuspensionPercentage int32 `json:"gcSuspensionPercentage"` // GC suspension is higher than *X*% in 3 out of 5 samples.
	GcTimePercentage       int32 `json:"gcTimePercentage"`       // GC time is higher than *X*% in 3 out of 5 samples.
}

Thresholds Custom thresholds for high GC activity. If not set, automatic mode is used.

Meeting **any** of these conditions triggers an alert.

func (*Thresholds) MarshalHCL

func (me *Thresholds) MarshalHCL(properties hcl.Properties) error

func (*Thresholds) Schema

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

func (*Thresholds) UnmarshalHCL

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

Jump to

Keyboard shortcuts

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