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

How to sort using different metric on split #202

Description

@buinauskas

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions