Skip to content

feat!: Use Tracing::pre_configured from stackable-telemetry #668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ All notable changes to this project will be documented in this file.

### Changed

- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#661]).
- BREAKING: The file log directory was set by `HDFS_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
(or via `--rolling-logs <DIRECTORY>`).
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#661], [#668]).
- The console log level was set by `HDFS_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
- The file log level was set by `HDFS_OPERATOR_LOG`, and is now set by `FILE_LOG`.
- The file log directory was set by `HDFS_OPERATOR_LOG_DIRECTORY`, and is now set
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
of having the operator write it to the vector config ([#671]).
Expand All @@ -21,6 +23,7 @@ All notable changes to this project will be documented in this file.
[#661]: https://github.com/stackabletech/hdfs-operator/pull/661
[#671]: https://github.com/stackabletech/hdfs-operator/pull/671
[#667]: https://github.com/stackabletech/hdfs-operator/pull/667
[#668]: https://github.com/stackabletech/hdfs-operator/pull/668

## [25.3.0] - 2025-03-21

Expand Down
24 changes: 13 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading