We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 histograms for:
Using the definitions:
p0
t0
p1
p0-t0
avg(p0 - t0)
p1-t0
avg(p1 - t0)
The averages/medians/90th percentiles seem like sensitive SLIs.
The text was updated successfully, but these errors were encountered:
pboothe
No branches or pull requests
Create histograms for:
Using the definitions:
p0
- time PH first seeing a flowt0
- time tcpinfo sees a flow (Timestamp of event)p1
- time PH gets open signal from tcpinfo.Create histograms for:
p0-t0
Note thatavg(p0 - t0)
is expected to be a small constant on the order of .01 secondsp1-t0
Note thatavg(p1 - t0)
expected to be much less than 1 sec.The averages/medians/90th percentiles seem like sensitive SLIs.
The text was updated successfully, but these errors were encountered: