Skip to content

Commit 1056d05

Browse files
feat!: Use stackable-telemetry (#601)
* chore: Replace print_startup_string with structured event * wip: Replace log initialization with stackable-telemetry * chore: Bump kube (transitive) to 0.99.0 * chore: Change default rotation to hourly * chore: Add TODOs * chore: Apply suggestion Co-authored-by: Nick <[email protected]> * chore: Make telemetry changes consistent with the other operators * chore: Update changelog * Apply suggestion * chore: Correct changelog entry * chore: Correct the variable name in a comment (that comes in a later change). --------- Co-authored-by: Techassi <[email protected]>
1 parent 8a70926 commit 1056d05

File tree

7 files changed

+6383
-2989
lines changed

7 files changed

+6383
-2989
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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` ([#601]).
8+
- BREAKING: The file log directory was set by `AIRFLOW_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+
[#601]: https://github.com/stackabletech/airflow-operator/pull/601
13+
514
## [25.3.0] - 2025-03-21
615

716
### Added

0 commit comments

Comments
 (0)