Skip to content

Conversation

@thomasqueirozb
Copy link
Contributor

This reverts commit c4ace5b.

Summary

Vector configuration

How did you test this PR?

Change Type

  • Bug fix
  • New feature
  • Non-functional (chore, refactoring, docs)
  • Performance

Is this a breaking change?

  • Yes
  • No

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on our guidelines.
  • No. A maintainer will apply the no-changelog label to this PR.

References

Notes

  • Please read our Vector contributor resources.
  • Do not hesitate to use @vectordotdev/vector to reach out to us regarding this PR.
  • Some CI checks run only after we manually approve them.
    • We recommend adding a pre-push hook, please see this template.
    • Alternatively, we recommend running the following locally before pushing to the remote branch:
      • make fmt
      • make check-clippy (if there are failures it's possible some of them can be fixed with make clippy-fix)
      • make test
  • After a review is requested, please avoid force pushes to help us review incrementally.
    • Feel free to push as many commits as you want. They will be squashed into one before merging.
    • For example, you can run git merge origin master and git push.
  • If this PR introduces changes Vector dependencies (modifies Cargo.lock), please
    run make build-licenses to regenerate the license inventory and commit the changes (if any). More details here.

…nsure it is regularly updated (#22070)"

This reverts commit c4ace5b.
@github-actions github-actions bot added the domain: topology Anything related to Vector's topology code label Oct 23, 2025
@thomasqueirozb thomasqueirozb added do not merge no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Oct 23, 2025
@thomasqueirozb thomasqueirozb changed the title fix(metrics): revert "fix(metrics): run a separate task for utilization metric to ensure it is regularly updated (#22070) fix(metrics): revert "fix(metrics): run a separate task for utilization metric to ensure it is regularly updated (#22070)" Oct 23, 2025
@datadog-vectordotdev
Copy link

datadog-vectordotdev bot commented Oct 23, 2025

⚠️ Tests

⚠️ Warnings

❄️ 1 New flaky test detected

topology::test::reload::topology_reload_component from vector (Datadog)
thread 'topology::test::reload::topology_reload_component' panicked at src/topology/test/reload.rs:328:36

thread 'topology::test::reload::topology_reload_component' panicked at src/topology/test/reload.rs:328:36:
explicit panic
stack backtrace:
   0:     0x55b12ff65522 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
   1:     0x55b12ff65522 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
   2:     0x55b12ff65522 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
...

🧪 10 Tests failed

config::unit_test::tests::test_dropped_branch from vector (Datadog)
thread 'config::unit_test::tests::test_dropped_branch' panicked at src/config/unit_test/mod.rs:75:49

thread 'config::unit_test::tests::test_dropped_branch' panicked at src/config/unit_test/mod.rs:75:49:
An unexpected error occurred while executing unit tests. Please try again.: RecvError(())
stack backtrace:
   0:     0x55d503529522 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
   1:     0x55d503529522 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
   2:     0x55d503529522 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
...
config::unit_test::tests::test_fails from vector (Datadog)
thread 'config::unit_test::tests::test_fails' panicked at src/config/unit_test/mod.rs:75:49

thread 'config::unit_test::tests::test_fails' panicked at src/config/unit_test/mod.rs:75:49:
An unexpected error occurred while executing unit tests. Please try again.: RecvError(())
stack backtrace:
   0:     0x55ad527ac522 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
   1:     0x55ad527ac522 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
   2:     0x55ad527ac522 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
...
config::unit_test::tests::test_fail_two_output_events from vector (Datadog)
thread 'config::unit_test::tests::test_fail_two_output_events' panicked at src/config/unit_test/mod.rs:75:49

thread 'config::unit_test::tests::test_fail_two_output_events' panicked at src/config/unit_test/mod.rs:75:49:
An unexpected error occurred while executing unit tests. Please try again.: RecvError(())
stack backtrace:
   0:     0x55d798ac7522 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
   1:     0x55d798ac7522 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
                               at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
   2:     0x55d798ac7522 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
...
View all
This comment will be updated automatically if new data arrives.
🔗 Commit SHA: cffbf20 | Docs | Was this helpful? Give us feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge domain: topology Anything related to Vector's topology code no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant