fix: add graylog toml tags (#10660)
This commit is contained in:
parent
0d529d89ea
commit
dbafbed42d
|
|
@ -31,13 +31,13 @@ type Metric struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type GrayLog struct {
|
type GrayLog struct {
|
||||||
Servers []string
|
Servers []string `toml:"servers"`
|
||||||
Metrics []string
|
Metrics []string `toml:"metrics"`
|
||||||
Username string
|
Username string `toml:"username"`
|
||||||
Password string
|
Password string `toml:"password"`
|
||||||
Timeout config.Duration
|
Timeout config.Duration `toml:"timeout"`
|
||||||
tls.ClientConfig
|
|
||||||
|
|
||||||
|
tls.ClientConfig
|
||||||
client HTTPClient
|
client HTTPClient
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue