Examples
Examples
| Example | Size | Use case |
|---|---|---|
| minimal | 3 services | First run, topology basics, local smoke test |
| astroshop | 18 services | Larger commerce graph modeled after OTel Demo v2.2.0 |
The astroshop example also exercises the per-operation signals and
correlation features: log_events (structured logs), metrics (a settlement
counter and a fault-linked gauge), profile (baseline/incident flamegraphs),
messaging producer/consumer span links, and metric exemplars.
Run only the topology validation tests:
go test ./test/examples/...Build the Kubernetes manifests:
kustomize build examples/minimal/k8s/ > /tmp/minimal.yaml
kustomize build examples/astroshop/k8s/ > /tmp/astroshop.yaml