Skip to content

Commit

Permalink
feat: added lab for building quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
mehreentahir16 committed Sep 22, 2021
1 parent c33d451 commit d5f4a35
Show file tree
Hide file tree
Showing 21 changed files with 493 additions and 20 deletions.
4 changes: 2 additions & 2 deletions src/data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@
url: /instant-observability/build-a-quickstart/create-dashboard
- title: Create alerts
url: /instant-observability/build-a-quickstart/create-alerts
- title: Add related documentation
url: /instant-observability/build-a-quickstart/add-documentation
- title: Create quickstart
url: /instant-observability/build-a-quickstart/create-quickstart
- title: Try our APIs
icon: nr-share
url: '/try-our-apis'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/instant-observability/graphiql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,22 @@ Save condition to add it to previoulsy defined FlashDB alert policy. Your policy
![alert policy conditions](../../../images/instant-observability/alert-conditions.png)
### Add a notification channel
To receive notifications for any opened violation, you also need to add notification channel. Move to the Notification channels tab and click **Add notification channels**.
![add notification channel](../../../images/instant-observability/add-notification-channel.png)
New Relic gives you multiple options such as Email, Slack, Webhook etc. to choose from. At simplest, click Email to add an email notification channel.
![email notification channel](../../../images/instant-observability/email-notification-channel.png)
Select the email you want to receive your notifications on, and click **Update policy**.
![update policy](../../../images/instant-observability/update-policy.png)
<Callout variant='important'>
This lesson is a part of lab that teaches you to build a quickstart. Continue on to next lesson: [_Add related documentation_](/instant-observability/build-a-quickstart/add-documentation)
This lesson is a part of lab that teaches you to build a quickstart. Continue on to next lesson: [_Create quickstart_](/instant-observability/build-a-quickstart/create-quickstart)
</Callout>
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ You can add more charts to your dashboard following the same pattern. To add mor
![add more charts](../../../images/instant-observability/add-more-charts.png)
![more charts](../../../images/instant-observability/more-charts.png)
This will take to the same _Add to your dashboard_ page, allowing you to add another chart, text, image or links. Add a few more charts to your dashboard following the same procedure as you did just now.
#### Average response time
Run the following query to observe the **average response time** of database transactions.
Expand Down
Loading

0 comments on commit d5f4a35

Please sign in to comment.