Skip to content

Commit 2f945b8

Browse files
Merge pull request #71 from com-pas/58-contributing-frontend-monitoring
fix: screenshots not rendering in gh-pages
2 parents 1608149 + 57fc228 commit 2f945b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/MONITORING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ This section suggests an approach for using Elastic's Real User Monitoring (RUM)
1212
### 1. Getting your APM Server URL<a name="server-url"></a>
1313
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`:
1414

15-
![Navigation instructions to APM in Kibana](/docs/public/kibana-screenshot-1.png)
15+
16+
<img alt="Navigation instructions to APM in Kibana" src="{{ site.baseurl }}/public/kibana-screenshot-1.png"/>
1617

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

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

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

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

2526
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.
2627

0 commit comments

Comments
 (0)