spacewander commented on code in PR #7412:
URL: https://github.com/apache/apisix/pull/7412#discussion_r919731498
##########
apisix/plugins/prometheus/exporter.lua:
##########
@@ -352,13 +360,50 @@ local function etcd_modify_index()
end
+local function shared_dict_status()
+ local attr = plugin.plugin_attr(plugin_name)
Review Comment:
Something like:
```
{
"prometheus-metrics",
"internal-status",
...
}
```
To make it simple, we can only provide the must-have shdicts in this first
version.
--
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]