Skip to content

Commit add4a77

Browse files
feat!: Use stackable-telemetry (#640)
* chore: Replace print_startup_string with structured event * feat!: Replace log initialization with stackable-telemetry BREAKING: The log directory variable for the rolling file appender has changed * chore: Bump ring to 0.11.14 to fix RUSTSEC-2025-0009 * chore: Make telemetry changes consistent with the other operators * chore: Update changelog * chore: Correct changelog entry --------- Co-authored-by: Techassi <[email protected]>
1 parent eaa2d5d commit add4a77

File tree

7 files changed

+3657
-875
lines changed

7 files changed

+3657
-875
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#640]).
8+
- BREAKING: The file log directory was set by `HBASE_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
9+
(or via `--rolling-logs <DIRECTORY>`).
10+
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
11+
12+
[#640]: https://github.com/stackabletech/hbase-operator/pull/640
13+
514
## [25.3.0] - 2025-03-21
615

716
### Added

0 commit comments

Comments
 (0)