Skip to content

Commit

Permalink
fix: screenshots not rendering in gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
juancho0202 committed Feb 13, 2023
1 parent b3f9fc7 commit 57fc228
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/MONITORING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ This section suggests an approach for using Elastic's Real User Monitoring (RUM)
### 1. Getting your APM Server URL<a name="server-url"></a>
Navigate to your Kibana URL and select the space that you would like to associate with your frontend app (default if you don't have several spaces in Kibana). Then open the drawer menu and navigate to `APM`:

![Navigation instructions to APM in Kibana](/docs/public/kibana-screenshot-1.png)

<img alt="Navigation instructions to APM in Kibana" src="{{ site.baseurl }}/public/kibana-screenshot-1.png"/>

In the top right corner of this page click on `Add data`:

![Navigation instructions to the Add data button in APM](/docs/public/kibana-screenshot-2.png)
<img alt="Navigation instructions to the Add data button in APM" src="{{ site.baseurl }}/public/kibana-screenshot-2.png"/>

Then scroll down to APM Agents and select `RUM (JS)`:

![Navigation instructions to the RUM Agent](/docs/public/kibana-screenshot-3.png)
<img alt="Navigation instructions to the RUM Agent" src="{{ site.baseurl }}/public/kibana-screenshot-3.png"/>

There are two suggested code blocks for setting up the RUM Agent, find in any of them the `serverUrl` param and copy/paste it somewhere in your notes, we will use this URL later in a posterior step.

Expand Down

0 comments on commit 57fc228

Please sign in to comment.