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

Requested percentiles order changes on dashboard reload #50

Open
ibspoof opened this issue Apr 16, 2019 · 0 comments
Open

Requested percentiles order changes on dashboard reload #50

ibspoof opened this issue Apr 16, 2019 · 0 comments

Comments

@ibspoof
Copy link

ibspoof commented Apr 16, 2019

When selecting percentiles (50,99,99.9,99.99) the order of the values change on each refresh of the dashboard or time period which causes the default color for each percentile line to change.

Seems to be an issue with the API, not sure if there is a fix in the plugin that can order the results by the order of the requested percentiles.

Request 1:

percentile:Array[4]
0:"50"
1:"99"
2:"99.9"
3:"99.99"

Response 1:

latencies:Array[4]
0:Object
percentile:"50"
latency-ms:Array[1440]
1:Object
percentile:"99"
latency-ms:Array[1440]
2:Object
percentile:"99.9"
latency-ms:Array[1440]
3:Object
percentile:"99.99"
latency-ms:Array[1440]

Request 2:

percentile:Array[4]
0:"50"
1:"99"
2:"99.9"
3:"99.99"

Response 2:

latencies:Array[4]
0:Object
percentile:"99.9"
latency-ms:Array[1440]
1:Object
percentile:"99.99"
latency-ms:Array[1440]
2:Object
percentile:"50"
latency-ms:Array[1440]
3:Object
percentile:"99"
latency-ms:Array[1440]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant