parent
cb9075b737
commit
f8da301e57
@ -1,7 +1,7 @@
|
||||
package prometheus
|
||||
|
||||
type Config struct {
|
||||
Host string `json:",default=127.0.0.1"`
|
||||
Host string `json:",optional"`
|
||||
Port int `json:",default=9101"`
|
||||
Path string `json:",default=/metrics"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue