Skip to content

Commit

Permalink
[docs]fix some grammatical mistakes in readmes (open-telemetry#5607)
Browse files Browse the repository at this point in the history
* fix
grammatical error

* fix
grammatical error

* recommit for user_id not match

* recommit for user_id not match
  • Loading branch information
qyqcswill authored Jul 5, 2022
1 parent ac1f5be commit 16aa10d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions exporter/otlpexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion exporter/otlphttpexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion processor/batchprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 16aa10d

Please sign in to comment.