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

cluster scrape result not sent if single subressource could not be processed #122

Open
k15r opened this issue Nov 19, 2024 · 1 comment
Open
Assignees
Labels
kind/bug Something isn't working

Comments

@k15r
Copy link
Collaborator

k15r commented Nov 19, 2024

Description

KMC must send partial data even if processing a single resource fails:

for example:

  • redis parsing fails
  • number of nodes and pvcs could be listed

expected result:

  • any data which was able to get parsed should be send to the target system
  • for failing data scrapes, the old values should be used
  • for failing data scrapes, alerts shoul get triggered
@a-thaler a-thaler added the kind/bug Something isn't working label Nov 19, 2024
@a-thaler
Copy link
Collaborator

a-thaler commented Nov 25, 2024

A proposal on how to refactor the scraping mechanism is done at #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants