tokers commented on a change in pull request #127:
URL:
https://github.com/apache/apisix-ingress-controller/pull/127#discussion_r547927455
##########
File path: pkg/api/router/router.go
##########
@@ -34,7 +35,16 @@ func healthz(c *gin.Context) {
return
}
+func mountMetrics(r *gin.Engine) {
+ r.GET("/metrics", metrics)
Review comment:
It is the API of apisix ingress controller itself, users cannot add apis
to it.
----------------------------------------------------------------
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]