diff --git a/src/content/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-nrql-alert-conditions.mdx b/src/content/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-nrql-alert-conditions.mdx index ffc2f25ed52..cccd74f4f7f 100644 --- a/src/content/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-nrql-alert-conditions.mdx +++ b/src/content/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/create-nrql-alert-conditions.mdx @@ -648,7 +648,7 @@ Here are some tips for creating and using a NRQL condition: Use the **Condition settings** to: * Create a concise, descriptive [condition name](/docs/alerts/new-relic-alerts/configuring-alert-policies/define-alert-conditions#rename-condition). - * Provide a [custom incident description for the condition](/docs/alerts-applied-intelligence/new-relic-alerts/alert-conditions/alert-custom-incident-descriptions) that will be included in incidents and notifications. + * Provide a custom incident description for the condition on the **Add details** page that will be included in incidents and notifications. * Add the runbook URL to include your organization's procedures for handling incidents. You may also add this information to the custom incident description. diff --git a/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions.mdx b/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions.mdx index 61641a06c3f..3d6a1c2d154 100644 --- a/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions.mdx +++ b/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions.mdx @@ -2899,9 +2899,9 @@ Note: `aparse()` is case-insensitive. minuteOf(attribute)} + title={minuteOf(attribute), hourOf(attribute), etc.} > - Use the `minuteOf()` function to extract only the minute portion (that is, minutes 0 to 59) of an attribute holding a valid timestamp value. + Use the `minuteOf()` function to extract only the minute portion (that is, minutes 0 to 59) of an attribute holding a valid timestamp value. This also works for functions like `hourOf()`, `weekOf()`, and so on. For a full list of time-based functions, see the table in our [group results across time doc](/docs/query-your-data/nrql-new-relic-query-language/nrql-query-tutorials/nrql-group-results-across-time/#cohorts)