CodeSampleX

サンプル

go.opentelemetry.io/otel/sdk v1.35.0: Raw SDK samplers passed to WithSampler strip the ParentBased decorator, dropping incoming remote sampled spans or sampling unsampled fragments unless explicitly wrapped in ParentBased

検証済みサンプル — golang go.opentelemetry.io/otel/sdk v1.35.0: Raw SDK samplers passed to WithSampler strip the ParentBased decorator, dropping incoming remote…

sha256:22889097515d91070760080551a1b9e99943837dd4e491fb6ab40c14b0256923

このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。 合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。 MIT-0

実行証拠

宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。

証拠の基準
署名済みコントラクト合格
検証レシート
2
ビルドした署名鍵
2
宣言された環境 go linux x64 go go gomod

検証実行環境

環境 コントラクト ステージ 実行日
go 1.26 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1
2026-08-16
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
ゴール
Raw SDK samplers passed to WithSampler strip the ParentBased decorator, dropping incoming remote sampled spans or sampling unsampled fragments unless explicitly wrapped in ParentBased
パッケージ
シンボル
  • go.opentelemetry.io/otel/sdk/trace.NewTracerProvider
  • go.opentelemetry.io/otel/sdk/trace.WithSampler
  • go.opentelemetry.io/otel/sdk/trace.ParentBased
  • go.opentelemetry.io/otel/sdk/trace.NeverSample
  • go.opentelemetry.io/otel/sdk/trace.AlwaysSample
  • go.opentelemetry.io/otel/sdk/trace/tracetest.NewInMemoryExporter
環境
go
作成日
2026-08-16T07:27:30Z

コントラクト

  1. assert raw NeverSample drops child spans even when remote parent context is sampled
  2. assert raw AlwaysSample forces child span recording even when remote parent context is unsampled
  3. assert ParentBased(NeverSample) drops unparented root spans
  4. assert ParentBased(NeverSample) records and exports child spans when remote parent is sampled
  5. assert ParentBased(NeverSample) drops child spans when remote parent is unsampled

ファイル

  • NOTES.md
  • csx.json
  • go.mod
  • go.sum
  • sampler_test.go

ソースアーティファクトをダウンロード (tar.gz)

オリジンシーダー

csx-seed