-
Notifications
You must be signed in to change notification settings - Fork 16
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
Opentelemetry dependency error #97
Comments
It isn't possible to remove otel_api but it act as a noop if no otel_sdk is there, so its like its not there at all except the dep exists. Are you using the latest pgo package on hex? |
|
Are you using rebar3? Not require of course, but trying to understand if its a compilation issue or finding the app issue. Is this started with a release or some other way? |
yes
Not compiling. It is when I try to activate plugin on emqx side.
yes, with OSS emqx 5.8.3 release |
Hi,
We use pgo in emqx plugin and latest versions of OSS emqx does not support opentelemetry dependency.
[error] msg: failed_to_start_plugin, reason: {opentelemetry_api,{"no such file or directory","opentelemetry_api.app"}}, app: emqx_my_plugin
Actually we do not need opentelemetry in our emqx plugin.
Is it possible to disable/remove opentelemetry dependency in pgo?
The text was updated successfully, but these errors were encountered: