Skip to content

Commit 1d4f4f7

Browse files
authored
Add applies_to metadataa (#1634)
* Add applies_to metadataa * Remove id * Remove artifacts and fix products
1 parent 0b5be57 commit 1d4f4f7

29 files changed

+149
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ coverage
2222
# ignore lerna-debug and npm-debug logs
2323
*debug.log
2424
packages/**/*.tgz
25+
26+
.artifacts

docs/reference/advanced-topics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/rum-js/current/advanced-topics.html
4+
applies_to:
5+
stack:
6+
serverless: unavailable
7+
product:
8+
apm_agent_rum: ga
49
---
510

611
# Advanced topics [advanced-topics]

docs/reference/agent-api.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/rum-js/current/agent-api.html
4+
applies_to:
5+
stack:
6+
serverless: unavailable
7+
product:
8+
apm_agent_rum: ga
49
---
510

611
# Agent API [agent-api]
@@ -155,7 +160,7 @@ There are some differences between managed and unmanaged transactions:
155160

156161
* For managed transactions, the agent keeps track of the relevant tasks during the lifetime of the transaction and automatically ends it once all of the tasks are finished. Unmanaged transactions need to be ended manually by calling the [`end`](/reference/transaction-api.md#transaction-end) method.
157162
* Managed transactions include information captured via our auto-instrumentations (e.g. XHR spans). See [Supported Technologies](/reference/supported-technologies.md) for a list of instrumentations.
158-
* There can only be one managed transaction at any given time — starting a second managed transaction will end the previous one. There are no limits for unmanaged transactions.
163+
* There can only be one managed transaction at any given timestarting a second managed transaction will end the previous one. There are no limits for unmanaged transactions.
159164

160165
::::{note}
161166
This method returns `undefined` if apm is disabled or if [active](/reference/configuration.md#active) flag is set to `false` in the config.

docs/reference/angular-integration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/rum-js/current/angular-integration.html
4+
applies_to:
5+
stack:
6+
serverless: unavailable
7+
product:
8+
apm_agent_rum: ga
49
---
510

611
# Angular integration [angular-integration]

docs/reference/api-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/rum-js/current/api.html
4+
applies_to:
5+
stack:
6+
serverless: unavailable
7+
product:
8+
apm_agent_rum: ga
49
---
510

611
# API reference [api]

docs/reference/breakdown-metrics.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/rum-js/current/breakdown-metrics-docs.html
4+
applies_to:
5+
stack:
6+
serverless: unavailable
7+
product:
8+
apm_agent_rum: ga
49
---
510

611
# Breakdown metrics [breakdown-metrics-docs]
712

8-
Breakdown metrics help you visualize where your application is spending the majority of its time — allowing you to find the root cause of performance problems even quicker. These metrics are calculated for each transaction based on its corresponding types.
13+
Breakdown metrics help you visualize where your application is spending the majority of its timeallowing you to find the root cause of performance problems even quicker. These metrics are calculated for each transaction based on its corresponding types.
914

1015

1116
## Page load breakdown [page-load-breakdown]

docs/reference/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/rum-js/current/configuration.html
4+
applies_to:
5+
stack:
6+
serverless: unavailable
7+
product:
8+
apm_agent_rum: ga
49
---
510

611
# Configuration [configuration]

docs/reference/configuring-cors.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/rum-js/current/configuring-cors.html
4+
applies_to:
5+
stack:
6+
serverless: unavailable
7+
product:
8+
apm_agent_rum: ga
49
---
510

611
# Configure CORS [configuring-cors]

docs/reference/custom-transaction-name.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/rum-js/current/custom-transaction-name.html
4+
applies_to:
5+
stack:
6+
serverless: unavailable
7+
product:
8+
apm_agent_rum: ga
49
---
510

611
# Custom page load transaction names [custom-transaction-name]

docs/reference/custom-transactions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/rum-js/current/custom-transactions.html
4+
applies_to:
5+
stack:
6+
serverless: unavailable
7+
product:
8+
apm_agent_rum: ga
49
---
510

611
# Custom Transactions [custom-transactions]

0 commit comments

Comments
 (0)