Skip to content

Commit

Permalink
Merge pull request #15393 from newrelic/NRQL-feedback-fixes
Browse files Browse the repository at this point in the history
fix(NRQL): customer feedback
  • Loading branch information
jeff-colucci authored Dec 4, 2023
2 parents b04aa6a + 3e1232e commit 481111f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2899,9 +2899,9 @@ Note: `aparse()` is case-insensitive.
<Collapser
className="freq-link"
id="func-minOf"
title={<InlineCode>minuteOf(attribute)</InlineCode>}
title={<InlineCode>minuteOf(attribute), hourOf(attribute), etc.</InlineCode>}
>
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)
</Collapser>

<Collapser
Expand Down

0 comments on commit 481111f

Please sign in to comment.