Skip to content

Commit 75a84ca

Browse files
chore: manually lint tables (#1981)
* manually lint tables * Typo fix
1 parent 54d0ced commit 75a84ca

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

exporter/otlp-metrics/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,16 @@ For additional examples, see the [examples on github][examples-github].
100100

101101
The collector exporter can be configured explicitly in code, or via environment variables as shown above. The configuration parameters, environment variables, and defaults are shown below.
102102

103-
| Parameter | Environment variable | Default |
104-
| ------------------- | -------------------------------------------- | ----------------------------------- |
105-
| `endpoint:` | `OTEL_EXPORTER_OTLP_ENDPOINT` | `"http://localhost:4318/v1/metrics"` |
106-
| `certificate_file: `| `OTEL_EXPORTER_OTLP_CERTIFICATE` | |
107-
| `client_certificate_file: `| `OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE` | |
108-
| `client_key_file:` | `OTEL_EXPORTER_OTLP_CLIENT_KEY` | |
109-
| `headers:` | `OTEL_EXPORTER_OTLP_HEADERS` | |
110-
| `compression:` | `OTEL_EXPORTER_OTLP_COMPRESSION` | `"gzip"` |
111-
| `timeout:` | `OTEL_EXPORTER_OTLP_TIMEOUT` | `10` |
112-
| `ssl_verify_mode:` | `OTEL_RUBY_EXPORTER_OTLP_SSL_VERIFY_PEER` or `OTEL_RUBY_EXPORTER_OTLP_SSL_VERIFY_NONE` | `OpenSSL::SSL:VERIFY_PEER` |
103+
| Parameter | Environment variable | Default |
104+
| --------- | -------------------- | ------- |
105+
| `endpoint:` | `OTEL_EXPORTER_OTLP_ENDPOINT` | `"http://localhost:4318/v1/metrics"` |
106+
| `certificate_file:` | `OTEL_EXPORTER_OTLP_CERTIFICATE` | |
107+
| `client_certificate_file:` | `OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE` | |
108+
| `client_key_file:` | `OTEL_EXPORTER_OTLP_CLIENT_KEY` | |
109+
| `headers:` | `OTEL_EXPORTER_OTLP_HEADERS` | |
110+
| `compression:` | `OTEL_EXPORTER_OTLP_COMPRESSION` | `"gzip"` |
111+
| `timeout:` | `OTEL_EXPORTER_OTLP_TIMEOUT` | `10` |
112+
| `ssl_verify_mode:` | `OTEL_RUBY_EXPORTER_OTLP_SSL_VERIFY_PEER` or `OTEL_RUBY_EXPORTER_OTLP_SSL_VERIFY_NONE` | `OpenSSL::SSL:VERIFY_PEER` |
113113

114114
`ssl_verify_mode:` parameter values should be flags for server certificate verification: `OpenSSL::SSL:VERIFY_PEER` and `OpenSSL::SSL:VERIFY_NONE` are acceptable. These values can also be set using the appropriately named environment variables as shown where `VERIFY_PEER` will take precedence over `VERIFY_NONE`. Please see [the Net::HTTP docs](https://ruby-doc.org/stdlib-2.7.6/libdoc/net/http/rdoc/Net/HTTP.html#verify_mode) for more information about these flags.
115115

0 commit comments

Comments
 (0)