bzp2010 commented on code in PR #12383: URL: https://github.com/apache/apisix/pull/12383#discussion_r2222295979
########## apisix/plugins/prometheus/exporter.lua: ########## @@ -110,6 +116,10 @@ end function _M.http_init(prometheus_enabled_in_stream) + if ngx.config.subsystem ~= "http" then + return Review Comment: This is a problem that needs to be solved, and after it is solved, it seems that we will no longer need these assertions. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org