[docs]fix some grammatical mistakes in readmes (#5607)

* fix
grammatical error

* fix
grammatical error

* recommit for user_id not match

* recommit for user_id not match
This commit is contained in:
qyqcswill 2022-07-06 02:58:00 +08:00 committed by GitHub
parent ac1f5be24e
commit 16aa10d582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -99,4 +99,4 @@ following proxy environment variables:
- NO_PROXY
If set at Collector start time then exporters, regardless of protocol,
will or will not proxy traffic as defined by these environment variables.
will or will not proxy traffic as defined by these environment variables.

View File

@ -8,7 +8,7 @@
| Supported pipeline types | traces, metrics, logs |
| Distributions | [core], [contrib] |
Exports data via gRPC using [OTLP](
Export data via gRPC using [OTLP](
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md)
format. By default, this exporter requires TLS and offers queued retry capabilities.
@ -37,7 +37,7 @@ exporters:
insecure: true
```
By default `gzip` compression is enabled. See [compression comparison](../../config/configgrpc/README.md#compression-comparison) for details benchmark information. To disable, configure as follows:
By default, `gzip` compression is enabled. See [compression comparison](../../config/configgrpc/README.md#compression-comparison) for details benchmark information. To disable, configure as follows:
```yaml
exporters:

View File

@ -8,7 +8,7 @@
| Supported pipeline types | traces, metrics, logs |
| Distributions | [core], [contrib] |
Exports traces and/or metrics via HTTP using [OTLP](
Export traces and/or metrics via HTTP using [OTLP](
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md)
format.

View File

@ -28,7 +28,7 @@ regardless of size.
- `send_batch_max_size` (default = 0): The upper limit of the batch size.
`0` means no upper limit of the batch size.
This property ensures that larger batches are split into smaller units.
It must be greater or equal to `send_batch_size`.
It must be greater than or equal to `send_batch_size`.
Examples: