Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

How to sort using different metric on split #202

Open
buinauskas opened this issue Mar 28, 2017 · 0 comments
Open

How to sort using different metric on split #202

buinauskas opened this issue Mar 28, 2017 · 0 comments

Comments

@buinauskas
Copy link

Hello,

I've got the following Timelion expressions:

.es(index=rpc-completed-*, split=Procedure.keyword:10).bars(5)
.es(index=rpc-completed-*, split=Procedure.keyword:10, metric=avg:Duration).bars(5)

The only difference is that the second one has average duration as a metric and I'd expect the second one to bring back top 10 results with highest average duration over time series, but it does not, it still uses count of values.

Is there a way/workaround to do that in Timelion?

Thanks

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

1 participant