Documentation ¶
Index ¶
- type Server
- func (s *Server) AfterSharingStart() error
- func (s *Server) Close() error
- func (s *Server) NewCounter(name, help string, labels ...string) telemetry.Counter
- func (s *Server) NewDynamicGauge(name, help string, labels ...string) telemetry.DynamicGauge
- func (s *Server) NewGauge(name, help string, getter func() float64, labels ...string) telemetry.Gauge
- func (s *Server) NewTimer(name, help string, labels ...string) telemetry.Timer
- func (s *Server) Start(config *telemetry.Config) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AfterSharingStart ¶
func (*Server) NewCounter ¶
func (*Server) NewDynamicGauge ¶
func (s *Server) NewDynamicGauge(name, help string, labels ...string) telemetry.DynamicGauge
Click to show internal directories.
Click to hide internal directories.