Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateSample ¶
type AggregateSample struct {
Count int `json:"count"`
Rate float64 `json:"rate"`
Sum float64 `json:"sum"`
SumSq float64 `json:"-"`
Min float64 `json:"min"`
Max float64 `json:"max"`
LastUpdated time.Time `json:"-"`
}
AggregateSample needs to be exported, because JSON decode cannot set embedded pointer to unexported struct
type Nomad ¶
type Nomad struct {
URL string `toml:"url"`
ResponseTimeout config.Duration `toml:"response_timeout"`
tls.ClientConfig
// contains filtered or unexported fields
}
func (*Nomad) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.