Documentation ¶
Index ¶
- type Service
- func (service *Service) Close() error
- func (service *Service) Counter(name string) *prometheus.CounterVec
- func (service *Service) IncrementCounter(name string, labels map[string]string)
- func (service *Service) RegisterCounter(name, help string, labels ...string)
- func (service *Service) RegisterGoBuildMetrics()
- func (service *Service) Start()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service -
func (*Service) Counter ¶
func (service *Service) Counter(name string) *prometheus.CounterVec
Counter -
func (*Service) IncrementCounter ¶
IncrementCounter -
func (*Service) RegisterCounter ¶
RegisterCounter -
func (*Service) RegisterGoBuildMetrics ¶
func (service *Service) RegisterGoBuildMetrics()
RegisterGoBuildMetrics -
Click to show internal directories.
Click to hide internal directories.