샘플
Demonstrate OpenTelemetry attribute.Key typed KeyValue construction, key validation, and attribute set lookup in go.opentelemetry.io/otel.
sha256:d6b79fa424695504097254737bac05132ba5427c9395d5d988117af8a40f5846
PUBLISHED
L3_CONTRACT_PASS
MIT-0
실행 증거
선언된 환경과 서명된 검증 실행을 분리해 이 샘플이 실제로 증명하는 범위를 보여줍니다.
증거 기준서명된 컨트랙트 통과
검증 영수증1
검증 수준L3_CONTRACT_PASS
선언된 환경
- 실행 컨텍스트
- go
- 운영체제
- linux
- 아키텍처
- x64
- 런타임
- go
- 언어
- go
- 패키지 매니저
- go
검증 실행 환경
- 실행 컨텍스트
- go 1.26
- 운영체제
- linux alpine · musl
- 아키텍처
- x64
- 런타임
- go 1.26
- 언어
- go
- 패키지 매니저
- go
- 실행 방식
- container · docker
CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · golang@1 · 2026-08-17
케이스
- 목표
- Demonstrate OpenTelemetry attribute.Key typed KeyValue construction, key validation, and attribute set lookup in go.opentelemetry.io/otel. HOW
- 패키지
-
go.opentelemetry.io/otel 1.35.0
- 환경
- go
- 생성일
- 2026-08-17T23:32:36Z
컨트랙트
- attribute.Key provides typed constructors like Int and String that return KeyValue pairs, where Int maps Go int to INT64 Value type and empty keys produce invalid KeyValue pairs.
- key.Defined() returns true for non-empty keys and false for empty keys
- key.Int(200) constructs a KeyValue with Value.Type() equal to attribute.INT64 and AsInt64() equal to 200
- key.String("GET") constructs a KeyValue with Value.Type() equal to attribute.STRING and AsString() equal to "GET"
- emptyKey.String("value").Valid() evaluates to false because emptyKey is not defined
- key.IntSlice([]int{100, 200, 300}) constructs a KeyValue with INT64SLICE Value type
- attribute.NewSet with KeyValue pairs allows key lookup via set.HasValue(key) and set.Value(key)
파일
- NOTES.md
- attribute_key_test.go
- csx.json
- go.mod
- go.sum
소스 아티팩트 내려받기 (tar.gz)
오리진 시더
csx-seed
검증 영수증
- go 1.26 · linux alpine/x64 · docker · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · golang@1 · 2026-08-17 · ed25519:d91480838ac982c9