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/reference/api-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,7 +300,7 @@ Arguments:
300
300
Returns the set `value`.
301
301
302
302
::::{warning}
303
-
Be aware that labels are indexed in Elasticsearch. Using too many unique keys will result in **https://www.elastic.co/blog/found-crash-elasticsearch#mapping-explosion[Mapping explosion]**.
303
+
Be aware that labels are indexed in Elasticsearch. Using too many unique keys will result in **[Mapping explosion](https://www.elastic.co/blog/found-crash-elasticsearch#mapping-explosion)**.
Copy file name to clipboardExpand all lines: docs/reference/configuration.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ Options are applied in the following order (last one wins):
23
23
2. Arguments to `ElasticAPM.start` / `Config.new`
24
24
3. Config file, e.g., `config/elastic_apm.yml`
25
25
4. Environment variables
26
-
5. [Central configuration](docs-content://solutions/observability/apps/apm-agent-central-configuration.md) (supported options are marked with [ ](#dynamic-configuration))
26
+
5. [Central configuration](docs-content://solutions/observability/apps/apm-agent-central-configuration.md) (supported options are marked with [ ](#dynamic-configuration))
27
27
28
28
29
29
## Dynamic configuration [dynamic-configuration]
30
30
31
-
Configuration options marked with the  badge can be changed at runtime when set from a supported source.
31
+
Configuration options marked with the  badge can be changed at runtime when set from a supported source.
32
32
33
33
The Agent supports [Central configuration](docs-content://solutions/observability/apps/apm-agent-central-configuration.md), which allows you to fine-tune certain configurations via the APM app. This feature is enabled in the Agent by default, with [`central_config`](#config-central-config).
34
34
@@ -65,7 +65,7 @@ ElasticAPM::Sinatra.start(
65
65
)
66
66
```
67
67
68
-
See [Getting started with Rack](/reference/getting-started-rack.md).
68
+
See [Getting started with Rack](getting-started-rack.md).
69
69
70
70
71
71
## Grape and Rack [_grape_and_rack]
@@ -80,7 +80,7 @@ ElasticAPM::Grape.start(
80
80
)
81
81
```
82
82
83
-
See [Getting started with Rack](/reference/getting-started-rack.md).
83
+
See [Getting started with Rack](getting-started-rack.md).
84
84
85
85
86
86
## Options [_options]
@@ -154,7 +154,7 @@ If you hit the limit, consider increasing the agent’s [worker pool size](#conf
Copy file name to clipboardExpand all lines: docs/release-notes/known-issues.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
---
2
-
navigation_title: "Elastic APM Ruby Agent"
2
+
navigation_title: "Known issues"
3
3
4
4
---
5
5
6
6
# Elastic APM Ruby Agent known issues [elastic-apm-ruby-agent-known-issues]
7
7
8
+
Known issues are significant defects or limitations that may impact your implementation. These issues are actively being worked on and will be addressed in a future release. Review the Elastic APM Ruby Agent known issues to help you make informed decisions, such as upgrading to a new version.
9
+
8
10
% Use the following template to add entries to this page.
0 commit comments