Skip to content

Commit 0e54b26

Browse files
authored
Add applies_to metadata (#1580)
* Add applies_to metadata * Remove products
1 parent afbd4cb commit 0e54b26

18 files changed

+109
-2
lines changed

docs/reference/advanced-topics.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/advanced.html
4+
applies_to:
5+
stack:
6+
serverless:
7+
observability:
8+
product:
9+
apm_agent_ruby: ga
410
---
511

612
# Advanced topics [advanced]

docs/reference/api-reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/api.html
4+
applies_to:
5+
stack:
6+
serverless:
7+
observability:
8+
product:
9+
apm_agent_ruby: ga
410
---
511

612
# API reference [api]

docs/reference/configuration.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/configuration.html
4+
applies_to:
5+
stack:
6+
serverless:
7+
observability:
8+
product:
9+
apm_agent_ruby: ga
410
---
511

612
# Configuration [configuration]
@@ -379,7 +385,7 @@ The version number of the used framework. For Ruby on Rails and Sinatra, this de
379385
| --- | --- | --- | --- |
380386
| `ELASTIC_APM_GLOBAL_LABELS` | `global_labels` | `nil` | `dept=engineering,rack=number8` |
381387

382-
Labels added to all events, with the format key=value[,key=value[,…]].
388+
Labels added to all events, with the format key=value[,key=value[,… ]].
383389

384390
::::{note}
385391
This option requires APM Server 7.2 or greater, and will have no effect when using older server versions.

docs/reference/context.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/context.html
4+
applies_to:
5+
stack:
6+
serverless:
7+
observability:
8+
product:
9+
apm_agent_ruby: ga
410
---
511

612
# Adding additional context [context]

docs/reference/custom-instrumentation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/custom-instrumentation.html
4+
applies_to:
5+
stack:
6+
serverless:
7+
observability:
8+
product:
9+
apm_agent_ruby: ga
410
---
511

612
# Custom instrumentation [custom-instrumentation]

docs/reference/getting-started-rack.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/getting-started-rack.html
4+
applies_to:
5+
stack:
6+
serverless:
7+
observability:
8+
product:
9+
apm_agent_ruby: ga
410
---
511

612
# Getting started with Rack [getting-started-rack]

docs/reference/getting-started-rails.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/getting-started-rails.html
4+
applies_to:
5+
stack:
6+
serverless:
7+
observability:
8+
product:
9+
apm_agent_ruby: ga
410
---
511

612
# Getting started with Rails [getting-started-rails]

docs/reference/graphql.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/graphql.html
4+
applies_to:
5+
stack:
6+
serverless:
7+
observability:
8+
product:
9+
apm_agent_ruby: ga
410
---
511

612
# GraphQL [graphql]

docs/reference/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/introduction.html
44
- https://www.elastic.co/guide/en/apm/agent/ruby/current/index.html
5+
applies_to:
6+
stack:
7+
serverless:
8+
observability:
9+
product:
10+
apm_agent_ruby: ga
511
---
612

713
# APM Ruby agent [introduction]

docs/reference/logs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/apm/agent/ruby/current/log-correlation.html
4+
applies_to:
5+
stack:
6+
serverless:
7+
observability:
8+
product:
9+
apm_agent_ruby: ga
410
---
511

612
# Logs [logs]

0 commit comments

Comments
 (0)