Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 647 Bytes

derived_metrics_intro.md

File metadata and controls

9 lines (6 loc) · 647 Bytes

What Is a Derived Metric?

You can create a derived metric by setting up a query that includes the aliasMetric or aliasSource function, and saving that query.

Derived metrics are useful for certain use cases:

  • Simplify the user experience by condensing the result of your query down to a single metric. All users can use that metric in other queries.
  • Improve performance by pre-processing expensive queries. Other queries can use the result(s) instead of running the whole query.

By default, Operations for Applications runs that query in the background approximately once a minute. You can use the (aliased) metric in other queries.