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 afc2163 commit e6ff024Copy full SHA for e6ff024
crates/stackable-telemetry/CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
5
## [Unreleased]
6
7
+### Added
8
+
9
+- Introduce common `Settings` and subscriber specific settings ([#901]).
10
11
+### Changed
12
13
+- BREAKING: Renamed `TracingBuilder` methods with long names, and prefix with `with_` ([#901]).
14
+- BREAKING: Use the new subscriber settings in the `TracingBuilder` ([#901]).
15
16
+[#901]: https://github.com/stackabletech/operator-rs/pull/901
17
18
## [0.2.0] - 2024-07-10
19
20
### Changed
0 commit comments