membphis opened a new issue #1615: URL: https://github.com/apache/incubator-apisix/issues/1615
The statistics should use millisecond units, so it needs to be multiplied by 1000. https://github.com/apache/incubator-apisix/blob/master/apisix/plugins/prometheus/exporter.lua#L113 ```lua overhead = overhead - tonumber(ctx.var.upstream_response_time) overhead = overhead * 1000 ``` ---------------------------------------------------------------- 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: [email protected]
