Skip to content

Commit

Permalink
add document defining an openTelemetry Collector
Browse files Browse the repository at this point in the history
Related to open-telemetry#4309

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten committed Nov 27, 2024
1 parent 881f364 commit 512a3b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions specification/collector/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!--- Hugo front matter used to generate the website version of this page:
path_base_for_github_subdir:
from: tmp/otel/specification/baggage/_index.md
to: baggage/README.md
--->

# OpenTelemetry Collector

The goal of this document is for users to be able to easily switch between
OpenTelemetry Collector Distros while also ensuring that components produced by
the OpenTelemetry Collector SIG is able to work with any vendor who claims
support for an OpenTelemetry Collector.

- An OpenTelemetry Collector _MUST_ accept a OpenTelemetry Collector Config file.
- An OpenTelemetry Collector _MUST_ be able to be compiled with any and all
additional Collector plugins that the user wishes to include.
- A compiled instance of an OpenTelemetry Collector – with a specific set of
plugins and features – is referred to as an OpenTelemetry Collector Distro.

0 comments on commit 512a3b4

Please sign in to comment.