We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15af93c commit 123045eCopy full SHA for 123045e
crates/stackable-telemetry/CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
6
7
### Changed
8
9
+- Use constants from `opentelemetry-semantic-conventions` instead of hard-coded strings ([#1055]).
10
- Bump `opentelemetry` and related crates to `0.29.x` and `tracing-opentelemetry` to `0.30.0` ([#1021]).
11
12
### Fixed
@@ -14,6 +15,7 @@ All notable changes to this project will be documented in this file.
14
15
16
[#1021]: https://github.com/stackabletech/operator-rs/pull/1021
17
[#1026]: https://github.com/stackabletech/operator-rs/pull/1026
18
+[#1055]: https://github.com/stackabletech/operator-rs/pull/1055
19
20
## [0.6.0] - 2025-04-14
21
0 commit comments