[chore] Document use cases for OTLP distro (#947)
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
This commit is contained in:
parent
9f31fa872d
commit
dfb2d6a1a4
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
This distribution only contains the receiver and exporters for the OpenTelemetry Protocol (OTLP), including both gRPC and HTTP transport.
|
||||
|
||||
This distribution is useful for use cases such as [TLS termination][1], proxying, batching, compression, protocol translation (e.g. using gRPC within your host but HTTP to communicate with external services) and other similar scenarios running as a sidecar.
|
||||
|
||||
## Configuration
|
||||
|
||||
Unlike the Core and Contrib distributions, this distribution does not provide a default configuration file, and one will need to be created. The location of the config file is specified with the `--config` command line option.
|
||||
|
|
@ -21,3 +23,5 @@ The full list of components is available in the [manifest](manifest.yaml)
|
|||
### Rules for Component Inclusion
|
||||
|
||||
- Only `otlpreceiver`, `otlpexporter`, and `otlphttpexporter` are allowed.
|
||||
|
||||
[1]: https://en.wikipedia.org/wiki/TLS_termination_proxy
|
||||
|
|
|
|||
Loading…
Reference in New Issue