Re: [I] bug: openelemetry set_ngx_var option causes errors [apisix]
Baoyuantop closed issue #12402: bug: openelemetry set_ngx_var option causes errors URL: https://github.com/apache/apisix/issues/12402 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] bug: openelemetry set_ngx_var option causes errors [apisix]
Baoyuantop commented on issue #12402: URL: https://github.com/apache/apisix/issues/12402#issuecomment-3051575814 We will remove the set_ngx_var attribute in plugin_attr and use plugin metadata configuration uniformly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] bug: openelemetry set_ngx_var option causes errors [apisix]
nvx commented on issue #12402: URL: https://github.com/apache/apisix/issues/12402#issuecomment-3043292024 Re-adding the old style `plugin_attr` config to the `config.yaml` (in addition to keeping the plugin metadata config with `set_ngx_var` set to true) works around the issue: ``` plugin_attr: opentelemetry: set_ngx_var: true ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
