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