Skip to content
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

fix: orchestrate adapter health check such that monitoring of adapters works as expected #2335

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

bossenti
Copy link
Contributor

Purpose

#2328 introduced a bug where monitoring metrics were not exposed anymore for running adapters due to a side effect of getAdaptersToRecover().
This PR introduces a fix so that metrics are exposed again for all adapters running and makes metric emitting more robust. However, parts of the introduced changes are only to be seen as a workaround.

Remarks

PR introduces (a) breaking change(s): no
PR introduces (a) deprecation(s): no

@bossenti bossenti added this to the 0.95.0 milestone Dec 14, 2023
@bossenti bossenti added the refactoring Indicates when a pull request or issue contains larger refactoring aspects. label Dec 14, 2023
@github-actions github-actions bot added java Pull requests that update Java code backend Everything that is related to the StreamPipes backend testing Relates to any kind of test (unit test, integration, or E2E test). labels Dec 14, 2023
@bossenti bossenti added the bug Something isn't working label Dec 14, 2023
@bossenti bossenti merged commit 7d4c1bc into dev Dec 15, 2023
18 checks passed
@bossenti bossenti deleted the fix-orchestration-adapter-health-check branch December 15, 2023 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend bug Something isn't working java Pull requests that update Java code refactoring Indicates when a pull request or issue contains larger refactoring aspects. testing Relates to any kind of test (unit test, integration, or E2E test).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants