You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/MONITORING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@
6
6
3.[References](#3-references)
7
7
8
8
9
-
## Frontend monitoring<aname="introduction"></a>
9
+
## Frontend monitoring<aname="introduction"></a>
10
10
This section suggests an approach for using Elastic's Real User Monitoring (RUM) in order to capture user interactions with our client-side application CoMPAS-OpenSCD. The following instructions assume you/your organization already count on a hosted Elasticsearch Service deployment or an Elastic Cloud organization account with Kibana as the frontend of your monitoring stack and a URL to access it. Also it is assumed that you deploy `compas-open-scd` by using Kubernetes (and [the compas-open-scd docker public docker image](https://hub.docker.com/r/lfenergy/compas-open-scd) or your own generated image).
11
11
12
-
### 1. Getting your APM Server URL<aname="server-url"></a>
12
+
### 1. Getting your APM Server URL<aname="server-url"></a>
13
13
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`:
14
14
15
15

@@ -26,7 +26,7 @@ There are two suggested code blocks for setting up the RUM Agent, find in any of
26
26
27
27
*Note: You have two options for getting your init script, you either install the `@elastic/apm-rum` dependency in your project or you set up the agent with `<script>` tags. In this document we will describe an approach for the latter.*
28
28
29
-
### 2. Using the /public/init-js script<aname="init-js"></a>
29
+
### 2. Using the /public/init-js script<aname="init-js"></a>
30
30
31
31
The __compas-open-scd__ project features a reference to an "empty" javascript resource at `index.html` (line:42)
0 commit comments