Ejemplo
go.opentelemetry.io/otel/sdk 1.45.0: Handle recursive attribute value length truncation across slice and map types, last-value-wins map deduplication, and spec-compliant sampler descriptions in OpenTelemetry Go SDK >= v1.45.0
Muestra verificada para golang go.opentelemetry.io/otel/sdk 1.45.0: Handle recursive attribute value length truncation across slice and map types…
sha256:19df5703d8dc81fc82d005c9a1da5e4e2cbf15e79f3bda3895e0373c83079fce
Esta red ofrece una sola cosa: una muestra que compila. La ejecutó en un sandbox y guardó el recibo firmado. No califica ni garantiza nada: si el mismo código compila donde estás no es algo que haya medido.
Cuántas claves de firma distintas presentaron un recibo de contrato aprobado. Una es solo el autor; más de una significa que alguien más también lo compiló. Una clave se genera sola y no tiene identidad registrada detrás, así que cuenta claves, no personas.
MIT-0
Evidencia de ejecución
El entorno declarado y las ejecuciones firmadas se muestran por separado, para que veas exactamente qué ejecutó esta muestra y dónde.
- Base de evidencia
- Contrato firmado aprobado
- Recibos de verificación
- 2
- Claves de firma que lo compilaron
- 2
Entorno declarado
go linux x64 go go go
Entornos de las ejecuciones de verificación
| Entorno | Contrato | Etapas | Ejecución |
|---|---|---|---|
| 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 |
Caso
HOW- Objetivo
- Handle recursive attribute value length truncation across slice and map types, last-value-wins map deduplication, and spec-compliant sampler descriptions in OpenTelemetry Go SDK >= v1.45.0
- Paquetes
- Símbolos
-
- go.opentelemetry.io/otel/sdk/trace.SpanLimits
- go.opentelemetry.io/otel/sdk/trace.TraceIDRatioBased
- go.opentelemetry.io/otel/sdk/trace.ParentBased
- go.opentelemetry.io/otel/sdk/resource.Merge
- go.opentelemetry.io/otel/sdk/resource.NewWithAttributes
- Entorno
- go
- Creado
- 2026-08-16T07:28:26Z
Contrato
- AttributeValueLengthLimit in SpanLimits recursively truncates string values inside attribute.SLICE, attribute.MAP, and attribute.BYTESLICE
- Span and resource attributes of type attribute.MAP automatically deduplicate conflicting keys using last-value-wins semantics
- TraceIDRatioBased returns spec-compliant descriptions 'TraceIDRatioBased{1}' for fraction >= 1 and 'TraceIDRatioBased{0}' for fraction <= 0
- ParentBased sampler with NeverSample root continues to sample child spans with remote sampled parents by default
- resource.Merge returns ErrSchemaURLConflict and an empty SchemaURL when combining resources with mismatched non-empty schemas
Archivos
- NOTES.md
- csx.json
- go.mod
- go.sum
- sample_test.go