spacewander commented on code in PR #7412:
URL: https://github.com/apache/apisix/pull/7412#discussion_r920774961
##########
apisix/plugins/prometheus/exporter.lua:
##########
@@ -352,13 +362,47 @@ local function etcd_modify_index()
end
+local shared_dicts
+local function shared_dict_status()
+ local config_indexs = {"http", "stream", "meta"}
+ if not shared_dicts then
Review Comment:
Can't we just iterate the `ngx.shared`?
--
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]