Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.
This repository was archived by the owner on May 5, 2022. It is now read-only.

Regarding percentile calculation on Summary  #10

@abhay40711cs

Description

@abhay40711cs

This is moreover a query on summary matrices exposed by the package. I agree it does expose direct percentile which is great but in order to make the clear picture of application response time, I should be able to aggregate the same.
I received the matrices in the below format :

http_request_duration_microseconds{handler="/xyz/xyz/xyz.js",quantile="0.5"} 5.052877
http_request_duration_microseconds{handler="/xyz/xyz/xyz.js",quantile="0.9"} 5.861079
http_request_duration_microseconds{handler="/xyz/xyz/xyz.js",quantile="0.99"} 5.861079
http_request_duration_microseconds_sum{handler="/xyz/xyz/xyz.js"} 28.973924
http_request_duration_microseconds_count{handler="/xyz/xyz/xyz.js"} 6

http_request_duration_microseconds{handler="/abc/abc/abc.js",quantile="0.5"} 5.052877
http_request_duration_microseconds{handler="/abc/abc/abc.js",quantile="0.9"} 5.861079
http_request_duration_microseconds{handler="/abc/abc/abc.js",quantile="0.99"} 5.861079
http_request_duration_microseconds_sum{handler="/abc/abc/abc.js"} 28.973924
http_request_duration_microseconds_count{handler="/abc/abc/abc.js"} 61.

How will i able to aggregate upon the various request received per operation basis ,
question: What is the 90th percentile response time for all those requests received last minute?

I think the need of Histogram metrices is required here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions