Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Indicate Checks interdependence #507

Open
elauria opened this issue Nov 28, 2017 · 2 comments
Open

Indicate Checks interdependence #507

elauria opened this issue Nov 28, 2017 · 2 comments
Labels
feature Improvements, enhancement, functionality requested by users zmon-arch Relevant issues. To be tackled during architecture discussions

Comments

@elauria
Copy link
Contributor

elauria commented Nov 28, 2017

As a ZMON User
I want to be notified in the UI when a Check consumes/provides data being provided/consumed by another Check (i.e. via KairosDB),
in order to be aware of possible implications when modifying Checks.

@elauria elauria added the feature Improvements, enhancement, functionality requested by users label Nov 28, 2017
@elauria elauria changed the title Indicate Checks interdependencies Indicate Checks interdependence Nov 28, 2017
@bocytko
Copy link
Contributor

bocytko commented Nov 29, 2017

Given:

  • check A with no alerts
  • check B accessing data from A with active alerts

Besides dependency indication - another possibility is to still keep evaluating the check A, even though it has no alerts itself, but a dependent check B has active alerts. I don't know how complex and expensive such a transitive relation would be.

@rajatparida86 rajatparida86 added the zmon-arch Relevant issues. To be tackled during architecture discussions label Jul 17, 2018
@laceyallyn
Copy link

Given that Check A is written to collect some data
And Check B is written to consume that data

When I update Check A
Then I should see an indication that Check B could be affected (so that I don't mistakenly break Check B)
and
When all alerts are removed from Check A
Then I should see an indication that Check B could be affected (so that Check B does not fail)
(or checks shouldn't require alerts to fire?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Improvements, enhancement, functionality requested by users zmon-arch Relevant issues. To be tackled during architecture discussions
Projects
None yet
Development

No branches or pull requests

4 participants