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
The goal of this issue is to extend the v1alpha2 metrics endpoint so that it returns aggregate metrics when no date or org parameter is specified.
date
org
In this case, it should return the value of all <metrics>/o/<organization> keys and the total for all for them for example having
<metrics>/o/<organization>
/pulls/o/foo: 1 /pulls/o/bar: 5
it should return
{ "metrics": "pulls", "count": 6, "orgs": { "foo": 1, "bar": 5 } }
The text was updated successfully, but these errors were encountered:
munishchouhan
Successfully merging a pull request may close this issue.
The goal of this issue is to extend the v1alpha2 metrics endpoint so that it returns aggregate metrics when no
date
ororg
parameter is specified.In this case, it should return the value of all
<metrics>/o/<organization>
keys and the total for all for them for example havingit should return
The text was updated successfully, but these errors were encountered: