Documentation
¶
Overview ¶
Package etcd exposes the etcd workload used by the etcd integration E2E scenario.
Index ¶
Constants ¶
View Source
const Version = "v3.5.17"
Version is the etcd container image tag exercised by the scenario.
Variables ¶
View Source
var DockerComposeManifest = docker.ComposeInlineManifest{ Name: "etcd", Content: pulumi.String(strings.ReplaceAll(dockerComposeYAML, "{ETCD_VERSION}", Version)), }
DockerComposeManifest deploys a single-node etcd plus a load generator that continuously exercises the etcd v3 API. The etcd container carries Datadog autodiscovery labels so the Docker Agent schedules the `etcd` check against its Prometheus endpoint without any host-side conf.d file.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.