Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MetricConfig ¶
type MetricConfig struct {
PushJob string `toml:"job" json:"job"`
PushAddress string `toml:"address" json:"address"`
PushInterval typeutil.Duration `toml:"interval" json:"interval"`
}
MetricConfig is the metric configuration. NOTE: This type is exported by HTTP API. Please pay more attention when modifying it.
Click to show internal directories.
Click to hide internal directories.