Skip to content

Commit

Permalink
chore: fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mehreentahir16 authored and alexronquillo committed Dec 8, 2021
1 parent ba93d28 commit 31b58ba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,18 @@ Click **+ Create a workload** in top right hand corner.
</Step>
<Step>

Name your workload as _error-inbox-lab_. Under **Select entities**, scroll down to the geek shop services and click **+ Add** against each service to add it to workload.
Name your workload as _error-inbox-lab_. Under **Select entities**, click **+ Add** for each of the geek shop services to include it in the workload.

- geek-shop-cart-service
- geek-shop-catalogue-service
- geek-shop-dispatch-service
- geek-shop-payment-service
- geek-shop-ratings-service
- geek-shop-shipping-service
- geek-shop-user-service

![add service to workload](../../../images/error-inbox/add-service-to-workload.png)

</Step>
<Step>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can triage error groups directly from the main screen. Triaging helps removi

## Error details

With errors inbox, you get all the errors on one screen. To understand the root cause of these error, you need more details. For instance:
By default, errors inbox shows all your unresolved errors on one screen. To understand the root cause of these errors, you need more details. For instance:

Click on **pika.exceptions:ChannelWrongStateError** error.
![pika.exceptions:ChannelWrongStateError error](../../../images/error-inbox/channel-wrong-state-error.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ Before you begin with the lab, set up your development environment.
Clone the lab repository:

```bash
git clone https://github.com/newrelic-experimental/error-inbox-lab-materical.git
git clone https://github.com/newrelic-experimental/error-inbox-lab-material.git
```

</Step>
<Step>
Open the cloned repo in your IDE and create a .env file from env.template and set these variables:

Open the cloned repo in your IDE and create a _.env_ file from _env.template_ and set these variables:

```
DOCKERHUB_USER=username
Expand All @@ -40,15 +41,16 @@ NEW_RELIC_LICENSE_KEY=<YOUR_LISCENCE_KEY>
```

Here, NEW_RELIC_LICENSE_KEY is your liscence key for New Relic account. Your application uses this key to write telemetry data to New Relic. [You can find your New Relic license key in your account settings](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/).

</Step>
<Step>

Navigate to the root directory of your application and export these variables:
Navigate to the root directory of your application and execute the _env.sh_ script to export these variables:

```bash
./env.sh
```

This scripts takes all the variables you declared in _.env_ file and set them so you don't have to manually set all the environment variables to run your application.
</Step>
<Step>
Build and run the application:
Expand Down Expand Up @@ -90,6 +92,6 @@ Leave the application running so you could see the telemetry data in New Relic.

<Callout variant="course" title="lab">

This procedure is part of a lab that teaches you how to track full stack errors using Error Inbox. Now that you've set up your environment, [Create a workload](/automate-workflows/error-inbox/create-a-workload).
This procedure is part of a lab that teaches you how to track full stack errors using Error Inbox. Now that you've set up your lab environment, continue on to next procedure [Create a workload](/automate-workflows/error-inbox/create-a-workload).

</Callout>

0 comments on commit 31b58ba

Please sign in to comment.