Skip to content

Commit d020c90

Browse files
authored
Fix typo in README.md (open-telemetry#12915)
Corrected a missing "for" in the extended description to improve readability and grammar.
1 parent 112b889 commit d020c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/otlphttpexporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following settings can be optionally configured:
3434
- `metrics_endpoint` (no default): The target URL to send metric data to (e.g.: https://example.com:4318/v1/metrics).
3535
If this setting is present the `endpoint` setting is ignored for metrics.
3636
- `logs_endpoint` (no default): The target URL to send log data to (e.g.: https://example.com:4318/v1/logs).
37-
If this setting is present the `endpoint` setting is ignored logs.
37+
If this setting is present the `endpoint` setting is ignored for logs.
3838
- `tls`: see [TLS Configuration Settings](../../config/configtls/README.md) for the full set of available options.
3939
- `timeout` (default = 30s): HTTP request time limit. For details see https://golang.org/pkg/net/http/#Client
4040
- `read_buffer_size` (default = 0): ReadBufferSize for HTTP client.

0 commit comments

Comments
 (0)