Skip to content
New issue

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

Modify stat API endpoint for Traffic Split view #3105

Closed
scottcarol opened this issue Jul 18, 2019 · 1 comment
Closed

Modify stat API endpoint for Traffic Split view #3105

scottcarol opened this issue Jul 18, 2019 · 1 comment
Assignees
Labels

Comments

@scottcarol
Copy link
Contributor

scottcarol commented Jul 18, 2019

Create an API endpoint and associated test that, given the name of a traffic split, returns the following information about the apex service of the traffic split, and its leaf services.

In this example, the name of the traffic split is foo-ts and the root service is foo.

Note: this ticket is for the API endpoint only, not CLI/Dashboard.

NAME     APEX    LEAF      WEIGHT     SUCCESS    RPS      LATENCY_P50   LATENCY_P95   LATENCY_P99
foo-ts   foo     foo-v1    90m        100.00%    9.0rps   1ms           1ms           1ms
foo-ts   foo     foo-v2    10m        91.25%     1.0rps   3ms           4ms           4ms
@scottcarol scottcarol self-assigned this Jul 18, 2019
@scottcarol scottcarol changed the title Create API endpoint for Traffic Split view Modify stat API endpoint for Traffic Split view Jul 19, 2019
@scottcarol
Copy link
Contributor Author

Closed by #3176

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant