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
5 changes: 5 additions & 0 deletions docs/reference/edot-collector/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ The {{edot}} (EDOT) Collector includes embedded Collector components from the [O

The components included in the EDOT Collector are categorized into **[Core]** and **[Extended]** components. The following table describes the current components included in the EDOT Collector, their source, and support status.

% The following table is automatically generated from the EDOT Collector source code.
% Automation is handled by /docs/scripts/update-docs/update-components-docs.py, which
% reads the go.mod file, the core-components.yaml file, and then generates the table.
% Note that while this runs on `main`, the table is updated based on the latest released version.

% start:edot-collector-components-table
## List of components

Expand Down
5 changes: 5 additions & 0 deletions docs/reference/edot-collector/custom-collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Create a builder configuration file,`builder-config.yml`, to define the custom C

The following example, `builder-config.yml`, contains the components needed to send your telemetry data to Elastic Observability. For more information on these components, refer to the [components](/reference/edot-collector/components.md) documentation. Keep or remove components from the example configuration file to fit your needs.

% The following OCB configuration is automatically generated from the EDOT Collector source code.
% Automation is handled by /docs/scripts/update-docs/update-components-docs.py, which
% reads the go.mod file and then generates the OCB configuration.
% Note that while this runs on `main`, the OCB configuration is updated based on the latest released version.

% start:edot-collector-components-ocb
This OCB configuration is for EDOT Collector version 9.1.4.

Expand Down
Loading