Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
navigation_title: Elastic APM processor
description: The Elastic APM processor is an OpenTelemetry Collector component that enriches OTel data for optimal use with Elastic APM.
applies_to:
stack:
stack: ga 9.2+
serverless:
observability:
product:
edot_collector: ga 9.2
edot_collector: ga 9.2+
products:
- id: elastic-agent
- id: observability
Expand All @@ -32,7 +32,6 @@ In standalone deployments, the Elastic APM processor is used in both agent and g
**Gateway mode**: The processor is part of the [Gateway mode pipeline](../config/default-config-standalone.md#gateway-mode), where it enriches traces received from other collectors running in agent mode before ingesting them into {{es}}.

:::{note}
:applies_to: edot_collector: ga 9.2
The `elasticapm` processor replaces the deprecated `elastictrace` processor. If you're upgrading from an older version, update your configuration to use `elasticapm` instead of `elastictrace`.
:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ exporters:
### Deprecated batcher configuration

```{applies_to}
stack: ga 9.0, deprecated 9.2, removed 9.3
stack: ga 9.0-9.1, deprecated =9.2, removed 9.3+
```

:::{warning}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
navigation_title: Profiles collection
description: Learn how to configure and customize profiles collection through the Elastic Distribution of OpenTelemetry Collector.
applies_to:
stack: preview 9.2
stack: preview 9.2+
serverless:
observability:
product:
edot_collector: preview
edot_collector: preview 9.2+
products:
- id: observability
- id: edot-collector
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/edot-collector/config/tail-based-sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
navigation_title: Tail-based sampling
description: Configure the EDOT Collector for tail-based sampling (TBS).
applies_to:
stack: preview 9.2
stack: preview 9.2+
serverless:
observability:
product:
edot_collector: preview
edot_collector: preview 9.2+
products:
- id: observability
- id: edot-collector
Expand Down