Skip to content

Edits for Central Management for EDOT SDKs #1822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 24 additions & 35 deletions solutions/observability/apm/apm-agent-central-configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
navigation_title: Centrally configure APM agents in Kibana
navigation_title: Centrally configure APM agents and EDOT SDKs
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/apm-agent-configuration.html
applies_to:
Expand All @@ -9,56 +9,45 @@
- id: apm
---

# APM agent central configuration [apm-agent-configuration]
# APM central configuration [apm-agent-configuration]

APM Agent configuration allows you to fine-tune your APM agent configuration from within the Applications UI. Changes are automatically propagated to your APM agents, so there’s no need to redeploy.
APM central configuration allows you to fine-tune your APM agents and EDOT SDKs from within the Applications UI. Changes are automatically propagated to your agents and SDKs, so there’s no need to redeploy.

To get started, choose the services and environments you wish to configure. The Applications UI will let you know when your APM agents have applied your configurations.
To get started, choose the services and environments you wish to configure. The Applications UI will let you know when your APM agents and SDKs have applied your configurations.

Refer to [EDOT SDK central configuration](opentelemetry://reference/central-configuration.md) for more information on EDOT SDKs.

Check failure on line 18 in solutions/observability/apm/apm-agent-central-configuration.md

View workflow job for this annotation

GitHub Actions / preview / build

'reference/central-configuration.md' is not a valid link in the 'opentelemetry' cross link index: https://elastic-docs-link-index.s3.us-east-2.amazonaws.com/elastic/opentelemetry/main/links.json

:::{image} /solutions/images/observability-apm-agent-configuration.png
:alt: APM Agent configuration in Kibana
:alt: APM central configuration in Kibana
:screenshot:
:::

## Precedence [_precedence]

Configurations set from the Applications UI take precedence over configurations set locally in each APM agent. However, if APM Server is slow to respond, is offline, reports an error, etc., APM agents will use local defaults until they’re able to update the configuration. For this reason, it is still essential to set custom default configurations locally in each of your APM agents.
Configurations set from the Applications UI take precedence over configurations set locally in each APM agent or EDOT SDK. However, if APM Server is slow to respond, is offline, reports an error, etc., agents and SDKs will use local defaults until they’re able to update the configuration. For this reason, it is still essential to set custom default configurations locally in each of your APM agents and EDOT SDKs.

## Supported configurations [_supported_configurations]

Each APM agent has a list of supported configurations. After selecting a Service name and environment in the Applications UI, a list of all supported configuration options, including descriptions and default values, will be displayed.

Supported configurations are also tagged with the ![dynamic config](/solutions/images/observability-dynamic-config.svg "") badge in each APM agent’s configuration reference:

Android agent
: [Configuration reference](apm-agent-android://reference/configuration.md)

Go agent
: [Configuration reference](apm-agent-go://reference/configuration.md)

iOS agent
: [Configuration reference](apm-agent-ios://reference/configuration.md)

Java agent
: [Configuration reference](apm-agent-java://reference/configuration.md)

.NET agent
: [Configuration reference](apm-agent-dotnet://reference/configuration.md)

Node.js agent
: [Configuration reference](apm-agent-nodejs://reference/configuration.md)

PHP agent
: [Configuration reference](apm-agent-php://reference/configuration.md)

Python agent
: [Configuration reference](apm-agent-python://reference/configuration.md)

Ruby agent
: [Configuration reference](apm-agent-ruby://reference/configuration.md)

Real User Monitoring (RUM) agent
: [Configuration reference](apm-agent-rum-js://reference/configuration.md)
| Language/Platform | Agent/SDK | Configuration Reference |
| --- | --- | --- |
| Android | EDOT Android SDK | [Configuration reference](opentelemetry://reference/edot-sdks/android/configuration.md) |

Check failure on line 37 in solutions/observability/apm/apm-agent-central-configuration.md

View workflow job for this annotation

GitHub Actions / preview / build

'reference/edot-sdks/android/configuration.md' is not a valid link in the 'opentelemetry' cross link index: https://elastic-docs-link-index.s3.us-east-2.amazonaws.com/elastic/opentelemetry/main/links.json
| Go | APM Go Agent | [Configuration reference](apm-agent-go://reference/configuration.md) |
| iOS | EDOT iOS SDK | [Configuration reference](opentelemetry://reference/edot-sdks/ios/configuration.md) |

Check failure on line 39 in solutions/observability/apm/apm-agent-central-configuration.md

View workflow job for this annotation

GitHub Actions / preview / build

'reference/edot-sdks/ios/configuration.md' is not a valid link in the 'opentelemetry' cross link index: https://elastic-docs-link-index.s3.us-east-2.amazonaws.com/elastic/opentelemetry/main/links.json
| Java | APM Java Agent | [Configuration reference](apm-agent-java://reference/configuration.md) |
| Java | EDOT Java SDK | [Configuration reference](opentelemetry://reference/edot-sdks/java/configuration.md) |
| .NET | APM .NET Agent | [Configuration reference](apm-agent-dotnet://reference/configuration.md) |
| Node.js | APM Node.js Agent | [Configuration reference](apm-agent-nodejs://reference/configuration.md) |
| Node.js | EDOT Node.js SDK | [Configuration reference](opentelemetry://reference/edot-sdks/nodejs/configuration.md) |
| PHP | APM PHP Agent | [Configuration reference](apm-agent-php://reference/configuration.md) |
| PHP | EDOT PHP SDK | [Configuration reference](opentelemetry://reference/edot-sdks/php/configuration.md) |
| Python | APM Python Agent | [Configuration reference](apm-agent-python://reference/configuration.md) |
| Python | EDOT Python SDK | [Configuration reference](opentelemetry://reference/edot-sdks/python/configuration.md) |
| Ruby | APM Ruby Agent | [Configuration reference](apm-agent-ruby://reference/configuration.md) |
| Real User Monitoring (RUM) | APM RUM Agent | [Configuration reference](apm-agent-rum-js://reference/configuration.md) |

## APM Server configuration [_apm_server_configuration]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
navigation_title: APM agent central configuration
navigation_title: APM central configuration
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/apm-configure-agent-config.html
applies_to:
Expand All @@ -9,7 +9,7 @@
- id: apm
---

# Configure APM agent central configuration [apm-configure-agent-config]
# Central configuration for APM agents and EDOT SDKs [apm-configure-agent-config]

::::{note}
![supported deployment methods](/solutions/images/observability-binary-yes-fm-yes.svg "")
Expand All @@ -18,9 +18,9 @@

::::

APM agent central configuration allows you to fine-tune your APM agents from within the Applications UI. Changes are automatically propagated to your APM agents, so there’s no need to redeploy your applications.
APM central configuration allows you to fine-tune your APM agents and EDOT SDKs from within the Applications UI. Changes are automatically propagated to your agents and SDKs, so there’s no need to redeploy your applications.

To learn more about this feature, see [APM agent central configuration](/solutions/observability/apm/apm-agent-central-configuration.md).
To learn more about this feature, see [APM agent central configuration](/solutions/observability/apm/apm-agent-central-configuration.md) and [EDOT SDK central configuration](opentelemetry://reference/central-configuration.md).

Check failure on line 23 in solutions/observability/apm/configure-apm-agent-central-configuration.md

View workflow job for this annotation

GitHub Actions / preview / build

'reference/central-configuration.md' is not a valid link in the 'opentelemetry' cross link index: https://elastic-docs-link-index.s3.us-east-2.amazonaws.com/elastic/opentelemetry/main/links.json

## APM agent configuration options [_apm_agent_configuration_options]

Expand Down
Loading