Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeCfg ¶
type NodeCfg struct { ID string `description:"Node ID. Defaults to the local hostname." barevalue:"yes"` DataDir string `description:"Directory in which to store node data." default:"/tmp/receptor"` FirewallRules []netceptor.FirewallRuleData `description:"Firewall rules, see documentation for syntax."` MaxIdleConnectionTimeout string `description:"Maximum duration with no traffic before a backend connection is timed out and refreshed."` ReceptorKubeSupportReconnect string ReceptorKubeClientsetQPS string ReceptorKubeClientsetBurst string ReceptorKubeClientsetRateLimiter string }
type ReceptorPyroscopeCfg ¶ added in v1.5.3
type ReceptorPyroscopeCfg struct { ApplicationName string Tags map[string]string ServerAddress string // e.g http://pyroscope.services.internal:4040 BasicAuthUser string // http basic auth user BasicAuthPassword string // http basic auth password TenantID string // specify TenantId when using phlare multi-tenancy UploadRate string ProfileTypes []string DisableGCRuns bool // this will disable automatic runtime.GC runs between getting the heap profiles HTTPHeaders map[string]string }
func (ReceptorPyroscopeCfg) Init ¶ added in v1.5.3
func (pyroscopeCfg ReceptorPyroscopeCfg) Init() error
type UploadRate ¶ added in v1.5.3
Click to show internal directories.
Click to hide internal directories.