Skip to content
Examples

Examples

ExampleSizeUse case
minimal3 servicesFirst run, topology basics, local smoke test
astroshop18 servicesLarger 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