File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 0.1.0] - 2026-05-30
11+
1012### Added
1113
1214- Datadog adapter implementing ` telemetry.Tracer ` on dd-trace-go and
@@ -20,3 +22,6 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
2022 attributes to ` "key:value" ` DogStatsD tags, with a configurable sample rate
2123 (` WithSampleRate ` ).
2224- Pins ` dd-trace-go/v2 ` v2.8.2 and ` datadog-go/v5 ` v5.8.3.
25+
26+ [ Unreleased ] : https://github.com/stablekernel/crucible/compare/telemetry/datadog/v0.1.0...HEAD
27+ [ 0.1.0 ] : https://github.com/stablekernel/crucible/releases/tag/telemetry/datadog/v0.1.0
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 0.1.0] - 2026-05-30
11+
1012### Added
1113
1214- OpenTelemetry adapter implementing ` telemetry.Tracer ` and ` telemetry.Meter ` on
@@ -19,3 +21,6 @@ and this module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
1921 synchronous ` Float64Gauge ` , honoring ` WithUnit ` /` WithDescription ` . Instrument
2022 construction falls back to a no-op on SDK error rather than panicking.
2123- Pins the OpenTelemetry SDK at v1.44.0.
24+
25+ [ Unreleased ] : https://github.com/stablekernel/crucible/compare/telemetry/otel/v0.1.0...HEAD
26+ [ 0.1.0 ] : https://github.com/stablekernel/crucible/releases/tag/telemetry/otel/v0.1.0
You can’t perform that action at this time.
0 commit comments