github.com/lingyao2333/mo-zero@v1.4.1/core/prometheus/config.go (about) 1 package prometheus 2 3 // A Config is a prometheus config. 4 type Config struct { 5 Host string `json:",optional"` 6 Port int `json:",default=9101"` 7 Path string `json:",default=/metrics"` 8 }