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/configuration.md
+14-14
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
0 commit comments