initial import
This commit is contained in:
7
core/prometheus/config.go
Normal file
7
core/prometheus/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package prometheus
|
||||
|
||||
type Config struct {
|
||||
Host string `json:",optional"`
|
||||
Port int `json:",default=9101"`
|
||||
Path string `json:",default=/metrics"`
|
||||
}
|
||||
Reference in New Issue
Block a user