Replies: 1 comment
-
The variables names are not python specific, see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are essentially two type of "certificate" in TLS context,
However, I don't think it is being clearly called out, e.g:
opentelemetry-python/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py
Line 521 in d213e02
It sounds like the client certificate, but used as verifier here:
opentelemetry-python/exporter/opentelemetry-exporter-otlp-proto-http/src/opentelemetry/exporter/otlp/proto/http/_log_exporter/__init__.py
Line 119 in d213e02
Can we make it clear and rename the environment if possible, so it won't be so confusing?
E.g:
OTEL_EXPORTER_OTLP_LOGS_CA_FILE
: path to a CA bundle (.pem)
OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERT_FILE
: ssl client cert file (.pem).
Beta Was this translation helpful? Give feedback.
All reactions