forked from open-telemetry/opentelemetry-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add document defining an openTelemetry Collector
Related to open-telemetry#4309 Signed-off-by: Alex Boten <[email protected]>
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |