spacewander commented on code in PR #7412:
URL: https://github.com/apache/apisix/pull/7412#discussion_r917780045
##########
apisix/plugins/prometheus/exporter.lua:
##########
@@ -122,6 +123,10 @@ function _M.http_init(prometheus_enabled_in_stream)
"Etcd modify index for APISIX keys",
{"key"})
+ metrics.shared_dict = prometheus:gauge("shared_dict",
+ "nginx shared DICT of APISIX",
+ {"key"})
Review Comment:
Yes. The description can be more clear, like `The total number of client
requests since APISIX started`
--
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]