Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monitoring ¶
type Monitoring struct {
// contains filtered or unexported fields
}
func New ¶
func New(conf monitoring.Config, baseAddr string, log *logger.Logger) *Monitoring
New creates new monitoring service. The tag param specifies owner label for logs.
func (*Monitoring) GetMetricsPublicAddress ¶
func (m *Monitoring) GetMetricsPublicAddress() string
func (*Monitoring) GetProfilingAddress ¶
func (m *Monitoring) GetProfilingAddress() string
func (*Monitoring) Run ¶
func (m *Monitoring) Run()
func (*Monitoring) Stop ¶
func (m *Monitoring) Stop() error
func (*Monitoring) String ¶
func (m *Monitoring) String() string
Click to show internal directories.
Click to hide internal directories.