New Relic Insights specific query configurations.
-
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 orselect
+q
, this allows you to write your own NRQL, please note that your NRQL must use the TIMESERIES keyword.
type
(enum[string], required)newrelic