Skip to content

Commit 6b0ebe9

Browse files
committed
docs: prepare telemetry adapter v0.1.0 changelogs
Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
1 parent 1e41600 commit 6b0ebe9

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

telemetry/datadog/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

telemetry/otel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)