Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PromWriter ¶
type PromWriter struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg Config) (*PromWriter, error)
func (*PromWriter) WriteChannel ¶
func (p *PromWriter) WriteChannel() chan Metric
func (*PromWriter) WriteMetric ¶
func (p *PromWriter) WriteMetric(m Metric) error
type QueueFullError ¶
type QueueFullError struct{}
func (QueueFullError) Error ¶
func (e QueueFullError) Error() string
Click to show internal directories.
Click to hide internal directories.