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/edot-collector/config/default-config-standalone.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,12 @@ Data is exported directly to {{es}} using the [`elasticsearch`] exporter in `OTe
65
65
66
66
The application pipeline in the EDOT Collector receives data from OTel SDKs through the [`OTLP`] receiver. While logs and metrics are exported verbatim into {{es}}, traces require two additional components.
67
67
68
-
The [`elasticapm`] processor {applies_to}`edot_collector: ga 9.2` enriches trace data with additional attributes that improve the user experience in the Elastic Observability UIs. In addition, the [`elasticapm`] connector generates pre-aggregated APM metrics from tracing data.
68
+
{applies_to}`edot_collector: ga 9.2` The [`elasticapm`] processor enriches trace data with additional attributes that improve the user experience in the Elastic Observability UIs. In addition, the [`elasticapm`] connector generates pre-aggregated APM metrics from tracing data.
69
69
70
70
Application-related OTel data is ingested into {{es}} in OTel-native format using the [`elasticsearch`] exporter.
71
71
72
72
:::{note}
73
-
Both components,`elasticapm` processor and the `elasticapm` connector are required for Elastic APM UIs to work properly. As they aren't included in the OpenTelemetry [Collector Contrib repository](https://github.com/open-telemetry/opentelemetry-collector-contrib), you can:
73
+
Both the`elasticapm` processor and the `elasticapm` connector are required for Elastic APM UIs to work properly. As they aren't included in the OpenTelemetry [Collector Contrib repository](https://github.com/open-telemetry/opentelemetry-collector-contrib), you can:
74
74
75
75
* Use the EDOT Collector with the available configuration to ingest data into {{es}}.
76
76
*[Build a custom, EDOT-like Collector](/reference/edot-collector/custom-collector.md) for ingesting data into {{es}}.
@@ -100,7 +100,7 @@ Platform logs are scraped with the [`filelog`] receiver, host metrics are collec
100
100
101
101
Data from OTel SDKs is piped through the [`OTLP`] receiver directly to the OTLP exporter that sends data for all signals to the {{motlp}}.
102
102
103
-
With the {{motlp}}, there is no need to configure any Elastic-specific components, such as [`elasticinframetrics`] and [`elasticapm`] processors, the [`elasticapm`] connector, or the [`elasticsearch`] exporter. Edge setup and configuration can be fully vendor agnostic.
103
+
With the {{motlp}}, there is no need to configure any Elastic-specific components, such as the [`elasticinframetrics`] and [`elasticapm`] processors, the [`elasticapm`] connector, or the [`elasticsearch`] exporter. Edge setup and configuration can be fully vendor agnostic.
104
104
105
105
## Gateway mode
106
106
@@ -179,7 +179,7 @@ processors:
179
179
```
180
180
181
181
:::{note}
182
-
{applies_to}`edot_collector: ga 9.2`
182
+
:applies_to: edot_collector: 9.2
183
183
The `elasticapm` processor replaces the deprecated `elastictrace` processor.
184
184
:::
185
185
@@ -316,7 +316,7 @@ The server expects incoming HTTP requests to include an API key with sufficient
[`elasticapm`]: https://github.com/elastic/opentelemetry-collector-components/tree/main/processor/elasticapmprocessor {applies_to}`edot_collector: ga 9.2`
0 commit comments