You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2019/11/03 07:50:22 UTC

[GitHub] [incubator-apisix] lyyoung commented on a change in pull request #794: Feature prometheus

lyyoung commented on a change in pull request #794: Feature prometheus
URL: https://github.com/apache/incubator-apisix/pull/794#discussion_r341839491
 
 

 ##########
 File path: lua/apisix/plugins/prometheus/exporter.lua
 ##########
 @@ -21,6 +21,9 @@ local ngx_capture = ngx.location.capture
 local re_gmatch = ngx.re.gmatch
 local prometheus
 
+local DEFAULT_BUCKETS = { 1, 2, 5, 7, 10, 15, 20, 25, 30, 40, 50, 60, 70,
+    80, 90, 100, 200, 300, 400, 500, 1000,
+    2000, 5000, 10000, 30000, 60000 }
 
 Review comment:
   fixed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services