Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compute_ctl: print OpenTelemetry errors via tracing, not stdout (#9830)
Before, `OpenTelemetry` errors were printed to stdout/stderr directly, causing one of the few log lines without a timestamp, like: ``` OpenTelemetry trace error occurred. error sending request for url (http://localhost:4318/v1/traces) ``` Now, we print: ``` 2024-11-21T02:24:20.511160Z INFO OpenTelemetry error: error sending request for url (http://localhost:4318/v1/traces) ``` I found this while investigating #9731.
- Loading branch information
59c2c3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5535 tests run: 5308 passed, 1 failed, 226 skipped (full report)
Failures on Postgres 17
test_non_uploaded_branch_is_deleted_after_restart
: debug-x86-64Flaky tests (1)
Postgres 15
test_pull_timeline[True]
: release-arm64Test coverage report is not available
59c2c3f at 2024-11-21T05:39:55.258Z :recycle: