package
Version:
v0.0.0-...-a69e935
Opens a new window with list of versions in this module.
Published: Oct 1, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 32
Opens a new window with list of known importers.
Documentation
¶
InitHeartbeat inits heartbeat
type Config struct {
HeartbeatInterval time.Duration `yaml:"heartbeat_interval"`
}
Config is the placeholder for health related configs
type Heartbeat interface {
Start()
Stop()
}
Heartbeat is the heartbeat interface
Metrics is a placeholder for all metrics in health package.
NewMetrics returns a new instance of Metrics.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.