vmware-archive / runtimes

Kubeless function runtimes: https://kubeless.io/docs/runtimes/
Apache License 2.0
81 stars 89 forks source link

add httpMetricsHandler #64

Closed quzw2803 closed 4 years ago

quzw2803 commented 4 years ago

fixes https://github.com/kubeless/kubeless/issues/1128 In the java runtime ,there is no /metrics endpoint . It cause that the function is triggered automatically. I add the httpMetricsHandler to handler the /metrics endpoint.