File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,16 @@ file-based configuration to include these parameters.
9191
9292---
9393
94+ ### OTLP
95+
96+ | Environment variable | Description |
97+ | --------------------------------------- | ----------------------------------------------------------------------------------------- |
98+ | ` OTEL_EXPORTER_OTLP_CERTIFICATE ` | Path to the CA certificate file (PEM format) used to verify the server's TLS certificate. |
99+ | ` OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE ` | Path to the client certificate file (PEM format) for mTLS authentication. |
100+ | ` OTEL_EXPORTER_OTLP_CLIENT_KEY ` | Path to the client private key file (PEM format) for mTLS authentication. |
101+
102+ ---
103+
94104### .NET Runtime
95105
96106| Environment variable | Description |
You can’t perform that action at this time.
0 commit comments