monkeyDluffy6017 commented on code in PR #10361:
URL: https://github.com/apache/apisix/pull/10361#discussion_r1366696973


##########
apisix/cli/ops.lua:
##########
@@ -546,6 +546,11 @@ Please modify "admin_key" in conf/config.yaml .
     if enabled_plugins["opentelemetry"] and 
yaml_conf.plugin_attr["opentelemetry"] then
         opentelemetry_set_ngx_var = 
yaml_conf.plugin_attr["opentelemetry"].set_ngx_var
     end
+
+    local zipkin_set_ngx_var
+    if enabled_plugins["zipkin"] and yaml_conf.plugin_attr["zipkin"] then
+        zipkin_set_ngx_var = yaml_conf.plugin_attr["zipkin"].set_ngx_var
+    end

Review Comment:
   Need one blank



-- 
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]

Reply via email to