基于Go实现自定义Prometheus监控指标
使用go自定义prometheus监控指标package mainimport ( "fmt" "net/http" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" "log" "math/rand" "