-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support HTTPS #60
Comments
I will try to implement this feature. |
@boekkooi-lengoo Do you need config |
Hey @yangxikun, |
feat: exporter client support https #60
…s support specify https scheme (yangxikun/opentelemetry-lua#60)
…s support specify https scheme (yangxikun/opentelemetry-lua#60)
apache/apisix#8823 is merged. |
Hey @yangxikun, |
Good day,
I'm currently using the opentelemetry plugin in APISix in combination with Elastic APM which is served over https.
Sadly I can't seem to get this to work as the
address
gets prefixed withhttp://
in the http_client.This results in the following error.
Is it possible to add support for https or at least only prefix the address when it contains no protocol?
Thanks in advance.
Related to https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options and the env var
OTEL_EXPORTER_OTLP_ENDPOINT
The text was updated successfully, but these errors were encountered: