qihaiyan commented on code in PR #12706:
URL: https://github.com/apache/apisix/pull/12706#discussion_r2548659218
##########
apisix/cli/ngx_tpl.lua:
##########
@@ -334,6 +334,9 @@ http {
{% if enabled_plugins["prometheus"] and not
enabled_stream_plugins["prometheus"] then %}
lua_shared_dict prometheus-metrics {*
http.lua_shared_dict["prometheus-metrics"] *};
+ {% if not use_apisix_base then %}
+ lua_shared_dict prometheus-cache {*
meta.lua_shared_dict["prometheus-cache"] *};
Review Comment:
yes, it's expected.
--
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]