Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.13 KB

metric-set-query-config.md

File metadata and controls

10 lines (9 loc) · 1.13 KB

NewRelicCanaryMetricSetQueryConfig (CanaryMetricSetQueryConfig)

New Relic Insights specific query configurations.

Properties

  • select SELECT count(*) FROM Transaction (string, optional) - NRQL query segment for WHERE clause.
  • q httpStatusCode LIKE '5%' (string, optional) - The full select query component of the NRQL statement. See the NRQL Docs
  • customInlineTemplate SELECT count(*) FROM Transaction TIMESERIES 60 seconds SINCE ${startEpochSeconds} UNTIL ${endEpochSeconds} WHERE httpStatusCode LIKE '5%' AND someKeyThatIsSetDuringDeployment LIKE '${someKeyThatWasProvidedInExtendedScopeParams}' AND autoScalingGroupName LIKE '${scope}' AND region LIKE '${location}' (string, optional) - Custom inline template use this or select + q, this allows you to write your own NRQL, please note that your NRQL must use the TIMESERIES keyword.
  • type (enum[string], required)
    • newrelic