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

Implement aligned sampling for ZMON checks #383

Open
mohabusama opened this issue Dec 4, 2018 · 0 comments
Open

Implement aligned sampling for ZMON checks #383

mohabusama opened this issue Dec 4, 2018 · 0 comments
Labels
feature improvements, enhancement, functionality requested by users investigate

Comments

@mohabusama
Copy link
Contributor

Random sampling implemented in #382 is aimed at throttling workers rather than more accurate aligned datapoints that could be used later in aggregation function (min(1m), avg(1m), sum(1m), etc...).

The problem with random sampling is that sampled check-entity results are not aligned and could lead to fluctuating/misleading graphs/metrics.

A possible solution would be deciding on sampling while taking into consideration check_id, entity_id, check interval.

fn(check_id, entity_id, interval, alert_state, alert_changed)

@mohabusama mohabusama added feature improvements, enhancement, functionality requested by users investigate labels Dec 4, 2018
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 investigate
Projects
None yet
Development

No branches or pull requests

1 participant