There are too many lines on my graph, can I only display the most important ones?

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Problem

When using a grouped query there are sometimes too many lines displayed on the graph, and you might end up with something complicated to read, for example:

too_many_metrics_1

… where you only need to focus on the hosts with high load values here.

Solution

The top function is a good fit to display only the few relevant lines on the graph:

too_many_metrics_2

See the Top function documentation for more details.