How can I sort metrics by lambda function name in Kibana?

I am using Kibana to view AWS metrics. In below diagram, it shows Throttles and ConcurrentExecution metrics from all lambdas in current region. There are 700 lambdas deployed and how can I order them by aws.dimensions.Functionname? I tried to use "graph per" text field but it will show me one diagram per lambda function. And there is no order on them. Is there a way for me to list the function in desc order?

Unfortunately, there isn't a way to order them. You might want to try either Lens or TSVB and then split (or group by) top 10 lambda function names.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.