Skip to content

Conversation

@fntlnz
Copy link
Collaborator

@fntlnz fntlnz commented Jun 5, 2018

The new field has been added with #5 and can be used to show latency graphs in Mbit/s, it is in seconds with a millisecond resolution.

image
image

The query is:

SELECT non_negative_derivative(sum("request_length"), 1s) * 8 AS "sum_request_length" FROM "mydb"."myretention"."nginx" WHERE time > :dashboardTime: GROUP BY time(:interval:) FILL(null)

Signed-off-by: Lorenzo Fontana lo@linux.com

@fntlnz fntlnz requested a review from goller June 5, 2018 07:20
Signed-off-by: Lorenzo Fontana <lo@linux.com>

Explain request length

Signed-off-by: Lorenzo Fontana <lo@linux.com>
@fntlnz fntlnz force-pushed the docs/explain-req-length branch from ad463f3 to 89d3af7 Compare June 5, 2018 16:17
@fntlnz fntlnz merged commit 5303401 into master Jun 6, 2018
@fntlnz fntlnz deleted the docs/explain-req-length branch June 6, 2018 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants