Ai
19 Star 127 Fork 0

kelvins-io/kelvins

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prometheus_metrics.go 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
cristiane 提交于 2020-08-01 11:49 +08:00 . 初始v1
package metrics_mux
import (
"github.com/prometheus/client_golang/prometheus/promhttp"
"net/http"
)
func GetPrometheusMux(mux *http.ServeMux) *http.ServeMux {
mux.Handle("/metrics", promhttp.Handler())
return mux
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/kelvins-io/kelvins.git
git@gitee.com:kelvins-io/kelvins.git
kelvins-io
kelvins
kelvins
v1.7.1

搜索帮助