Documentation ¶
Overview ¶
Package debugd contains internal packages for the debugd.
Index ¶
Constants ¶
View Source
const ( DebugdMetadataFlag = "constellation-debugd" GRPCTimeout = 5 * time.Minute DiscoverDebugdInterval = 10 * time.Second DownloadRetryBackoff = 1 * time.Minute BinaryAccessMode = 0o755 // -rwxr-xr-x BootstrapperDeployFilename = "/run/state/bin/bootstrapper" UpgradeAgentDeployFilename = "/run/state/bin/upgrade-agent" Chunksize = 1024 BootstrapperSystemdUnitName = "bootstrapper.service" BootstrapperSystemdUnitContents = `` /* 359-byte string literal not displayed */ )
Debugd internal constants.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package deploy implements deployment of binaries and services to a Constellation instance.
|
Package deploy implements deployment of binaries and services to a Constellation instance. |
Package info implements the info map that is used to distribute key–value pair between debugd instances.
|
Package info implements the info map that is used to distribute key–value pair between debugd instances. |
Package logcollector uses podman to deploy logstash and filebeat containers in order to collect logs centrally for debugging purposes.
|
Package logcollector uses podman to deploy logstash and filebeat containers in order to collect logs centrally for debugging purposes. |
Package metadata schedules the discovery of other debugd instances to exchange settings and binaries.
|
Package metadata schedules the discovery of other debugd instances to exchange settings and binaries. |
cloudprovider
Package cloudprovider implements a metadata service for cloud providers.
|
Package cloudprovider implements a metadata service for cloud providers. |
fallback
Package fallback implements a fake metadata backend.
|
Package fallback implements a fake metadata backend. |
Package server implements the gRPC endpoint of Constellation's debugd.
|
Package server implements the gRPC endpoint of Constellation's debugd. |
Click to show internal directories.
Click to hide internal directories.