[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:
parent
ac1f5be24e
commit
16aa10d582
|
|
@ -99,4 +99,4 @@ following proxy environment variables:
|
||||||
- NO_PROXY
|
- NO_PROXY
|
||||||
|
|
||||||
If set at Collector start time then exporters, regardless of protocol,
|
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.
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
| Supported pipeline types | traces, metrics, logs |
|
| Supported pipeline types | traces, metrics, logs |
|
||||||
| Distributions | [core], [contrib] |
|
| 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)
|
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.
|
format. By default, this exporter requires TLS and offers queued retry capabilities.
|
||||||
|
|
||||||
|
|
@ -37,7 +37,7 @@ exporters:
|
||||||
insecure: true
|
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
|
```yaml
|
||||||
exporters:
|
exporters:
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
| Supported pipeline types | traces, metrics, logs |
|
| Supported pipeline types | traces, metrics, logs |
|
||||||
| Distributions | [core], [contrib] |
|
| 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)
|
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md)
|
||||||
format.
|
format.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ regardless of size.
|
||||||
- `send_batch_max_size` (default = 0): The upper limit of the batch size.
|
- `send_batch_max_size` (default = 0): The upper limit of the batch size.
|
||||||
`0` means no 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.
|
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:
|
Examples:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue