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 82c14ad commit 861ded9Copy full SHA for 861ded9
crates/stackable-telemetry/CHANGELOG.md
@@ -7,6 +7,13 @@ All notable changes to this project will be documented in this file.
7
### Added
8
9
- Add new `Tracing::pre_configured` method ([#1001]).
10
+ - Add `TelemetryOptions` struct and `RollingPeriod` enum
11
+ - Add `clap` feature to enable `TelemetryOptions` being used as CLI arguments
12
+
13
+### Changed
14
15
+- BREAKING: Change `FileLogSettingsBuilder::with_rotation_period` to take `impl Into<Rotation>`
16
+ instead of `Rotation` ([#1001]).
17
18
[#1001]: https://github.com/stackabletech/operator-rs/pull/1001
19
0 commit comments