サンプル
go.opentelemetry.io/otel/sdk v1.24.0: ParentBased sampler delegates sampled remote parents to AlwaysSample and unsampled parents to NeverSample by default, overriding the root sampler configuration for any context containing a valid parent span
検証済みサンプル — golang go.opentelemetry.io/otel/sdk v1.24.0: ParentBased sampler delegates sampled remote parents to AlwaysSample and unsampled parents to…
sha256:53b6e958b9713543736332d7b7f87d665da9d8c7c6468e96529ad968c51148fc
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 2
- ビルドした署名鍵
- 2
宣言された環境
go linux x64 go go go
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-17 |
| go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-18 |
ケース
HOW- ゴール
- ParentBased sampler delegates sampled remote parents to AlwaysSample and unsampled parents to NeverSample by default, overriding the root sampler configuration for any context containing a valid parent span
- シンボル
-
- go.opentelemetry.io/otel/sdk/trace.ParentBased
- 環境
- go
- 作成日
- 2026-08-17T06:42:33Z
コントラクト
- ParentBased(NeverSample()) samples and exports child spans when the context contains a sampled remote parent, because ParentBased delegates sampled remote parents to AlwaysSample() by default rather than the configured root sampler.
- ParentBased(AlwaysSample()) drops and suppresses child spans when the context contains an unsampled remote or local parent, because ParentBased delegates unsampled parents to NeverSample() by default.
- Only root spans without a valid parent context evaluate the root sampler passed to ParentBased.
- ParentBased.Description() returns a composite string reflecting the root sampler and all four default sub-samplers.
ファイル
- NOTES.md
- csx.json
- go.mod
- go.sum
- tracer_test.go