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