feat(telemetry)!: promote to v1.0.0 — named shutdown errors per provider, Go 1.26

Label each provider shutdown failure with its signal name (trace/metric/log).
Errors remain joined via errors.Join; individual causes still unwrappable.
Go directive bumped from 1.25 to 1.26. API committed as stable.
This commit is contained in:
2026-05-12 18:25:21 +00:00
parent 9304bed55b
commit 83ac0e3900
6 changed files with 92 additions and 7 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module code.nochebuena.dev/go/telemetry
go 1.25.0
go 1.26
require (
go.opentelemetry.io/otel v1.42.0