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

Create histogram metrics for SLIs #5

Open
pboothe opened this issue Oct 29, 2019 · 0 comments
Open

Create histogram metrics for SLIs #5

pboothe opened this issue Oct 29, 2019 · 0 comments

Comments

@pboothe
Copy link
Contributor

pboothe commented Oct 29, 2019

Create histograms for:

  • time spent by savers in unknown state
  • amount of data buffered before being "opened". (maybe - how do you poll a channel for its buffer usage?)

Using the definitions:

  • p0 - time PH first seeing a flow
  • t0 - time tcpinfo sees a flow (Timestamp of event)
  • p1 - time PH gets open signal from tcpinfo.

Create histograms for:

  • p0-t0 Note that avg(p0 - t0) is expected to be a small constant on the order of .01 seconds
  • p1-t0 Note that avg(p1 - t0) expected to be much less than 1 sec.

The averages/medians/90th percentiles seem like sensitive SLIs.

@pboothe pboothe changed the title Create histogram metrics Create histogram metrics for SLIs Oct 29, 2019
@pboothe pboothe self-assigned this Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant