Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

[getMetrics] response format #7

Closed
emilymcafee opened this issue Aug 19, 2016 · 1 comment
Closed

[getMetrics] response format #7

emilymcafee opened this issue Aug 19, 2016 · 1 comment

Comments

@emilymcafee
Copy link

The final act of getMetrics will be to return all datapoints in a sensible way, that way they can be consumed for analysis later on.

@aarthykc I'm thinking the final response from getMetrics should be formatted like this:

{
    'request count': [ /* all of your datapoints here */ ],
    'latency': [ /* datapoints */ ],
    '2xx': [ /* datapoints */ ],
    '3xx': [ /* datapoints */ ],
    '4xx': [ /* datapoints */ ],
    '5xx': [ /* datapoints */ ]
}

Just opening this for visibility, you can implement in #1 and close here when done?

@aarthykc
Copy link
Contributor

Dunzo ! in this - #1 PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants