サンプル
サンプル
| サンプル | 規模 | ユースケース |
|---|---|---|
| minimal | 3 サービス | 初回実行、トポロジの基本、ローカルのスモークテスト |
| astroshop | 18 サービス | OTel Demo v2.2.0 を模した大規模なコマースグラフ |
astroshop はオペレーション単位のシグナルと相関機能も実演します。log_events(構造化ログ)、
metrics(決済合計カウンタと fault 連動 gauge)、profile(baseline/incident フレームグラフ)、
messaging の producer/consumer スパンリンク、メトリクスのエグゼンプラーです。
トポロジ検証のテストのみを実行します。
go test ./test/examples/...Kubernetes マニフェストをビルドします。
kustomize build examples/minimal/k8s/ > /tmp/minimal.yaml
kustomize build examples/astroshop/k8s/ > /tmp/astroshop.yaml