Skip to main content

Create a Metrics Query and Chart

Classic Metrics Deprecation

This topic pertains to our Classic Metrics UI. Effective January 2024, we've deprecated Classic Metrics in favor of our newer Metrics Explorer interface. Classic Metrics will no longer be supported as of May 1, 2024. No action is required on your part.

The metrics visualization area is in the upper part of the page and the query area is in the lower part of the page.

page

Create a metrics visualization

  1. Click + in the tab bar and select Metrics.

  2. Create your query or queries in the Query tab, which opens by default when you open the Metrics page.

    page

    Create up to six metrics queries, with each including a combination of the following:

    • Sequence of space-separated tag=value pairs. 
    • Unqualified strings (value with no key).
    • Functions (displayed with | symbol).
    • Aggregation by specified parameters (displayed with | symbol).
    • Logical operators (AND, OR, and NOT/!)

    Example 1 (one query): metric=CPU_Idle 

    Example 1 (one query with aggregation): cluster=search node=search-1 metric=cpu-system | avg by node

    Example 2 (two queries) _sourceCategory=tara_cloudwatch_aws_logs_2 metric=CPU_Idle 

    Example 3 (one query, using NOT to visualize all nodes except search-1): cluster=search !node=search-1 metric=cpu-system | avg by node
     

    image3.png

    For more information, see Guidelines for Metrics Queries.

  3. Press Enter in any of the entry fields to display the data in the data visualization area. See Interacting with Metrics Charts to learn how to interact with the visualization and modify settings.
    metrics_first chart.jpg

Limitations

If your query matches more than 1000 time series, you might see a message indicating that you need to adjust your query to reduce the number of time series. For more information, see Too Many Time Series Messages.

Status
Legal
Privacy Statement
Terms of Use

Copyright © 2024 by Sumo Logic, Inc.