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

Improve latency detectors using percentile #158

Open
xp-1000 opened this issue Oct 22, 2020 · 0 comments
Open

Improve latency detectors using percentile #158

xp-1000 opened this issue Oct 22, 2020 · 0 comments
Labels
detectors About nex or existing detectors enhancement Enhancement of existing (templating or detectors)
Projects

Comments

@xp-1000
Copy link
Contributor

xp-1000 commented Oct 22, 2020

especially for alerting purpose it seems to be a good improvement to use percentile on latency detectors (and may be others).

example for ELB:

A = data('Latency', filter=filter('AvailabilityZone', '*') and filter('LoadBalancerName', '*') and filter('stat', 'mean'), extrapolation='last_value', maxExtrapolations=5).sum(by=['LoadBalancerName']).publish(label='A', enable=False)
B = (A).min().publish(label='B')
C = (A).percentile(pct=90).publish(label='C')
D = (A).max().publish(label='D')
@xp-1000 xp-1000 added enhancement Enhancement of existing (templating or detectors) detectors About nex or existing detectors labels Oct 22, 2020
@xp-1000 xp-1000 added this to the v0.3.0 milestone Oct 22, 2020
@xp-1000 xp-1000 added this to To do in Claranet via automation Oct 22, 2020
@xp-1000 xp-1000 modified the milestones: v0.3.0, v1.0.0, v2.0.0 Oct 23, 2020
@xp-1000 xp-1000 removed this from the v2.0.0 milestone Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
detectors About nex or existing detectors enhancement Enhancement of existing (templating or detectors)
Projects
Development

No branches or pull requests

1 participant