Documentation
¶
Index ¶
- type Handler
- func (h *Handler) Follow(name string, follower *stream.Follower)
- func (h *Handler) Handle(frame can.Frame)
- func (h *Handler) RegisterRunListener(rl model.RunListener)
- func (h *Handler) SendLog(labels labels.Labels, timestamp time.Time, entry string)
- func (h *Handler) SendMetric(metricName string, additionalLabels labels.Labels, timestamp time.Time, ...)
- func (h *Handler) Unfollow(name string, follower *stream.Follower)
- type Packet
- type TimeSeries
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) RegisterRunListener ¶
func (h *Handler) RegisterRunListener(rl model.RunListener)
TODO this is not thread safe
func (*Handler) SendMetric ¶
Click to show internal directories.
Click to hide internal directories.