Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Correct typos in the OTel-Arrow README #30767

Merged
merged 1 commit into from
Jan 25, 2024
Merged
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
19 changes: 10 additions & 9 deletions exporter/otelarrowexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OTel Arrow Exporter
# OpenTelemetry Protocol with Apache Arrow Exporter

<!-- status autogenerated section -->
| Status | |
Expand Down Expand Up @@ -99,7 +99,8 @@ Several helper files are leveraged to provide additional capabilities automatica
### Arrow-specific Configuration

In the `arrow` configuration block, the following settings enable and
disable the use of OTel Arrow as opposed to standard OTLP.
disable the use of OpenTelemetry Protocol with Apache Arrow as opposed
to standard OTLP.

- `disabled` (default: false): disables use of Arrow, causing the exporter to use standard OTLP
- `disable_downgrade` (default: false): prevents this exporter from using standard OTLP.
Expand Down Expand Up @@ -196,15 +197,15 @@ for general information about the choice of Zstd by default, for other
general compression configuration and benchmark information.

For the OpenTelemetry Protocol with Apache Arrow streams specifically,
gRPC-level the Zstd compression level can be configured. However, there
is an important caveat: the gRPC-Go library requires that compressor
implementations be registered statically. These libraries use
compressors named `zstdarrow1`, `zstdarrow2`, ..., `zstdarrow10`,
gRPC-level the Zstd compression level can be configured. However,
there is an important caveat: the gRPC-Go library requires that
compressor implementations be registered statically. These libraries
use compressors named `zstdarrow1`, `zstdarrow2`, ..., `zstdarrow10`,
supporting 10 configurable compression levels. Note, however that
these configurations are static and only one unique configuration is
possible per level. It is possible to configure multiple OTel-Arrow
exporters with different Zstd configuration simply by using distinct
levels.
possible per level. It is possible to configure multiple
OpenTelemetry Protocol with Apache Arrow exporters with different Zstd
configuration simply by using distinct levels.

Under `arrow`, the `zstd` sub-configuration has the following fields:

Expand Down
Loading