 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
+build go1.3
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrometheusSink ¶
type PrometheusSink struct {
	// contains filtered or unexported fields
}
    func NewPrometheusSink ¶
func NewPrometheusSink() (*PrometheusSink, error)
func (*PrometheusSink) AddSample ¶
func (p *PrometheusSink) AddSample(parts []string, val float32)
func (*PrometheusSink) EmitKey ¶
func (p *PrometheusSink) EmitKey(key []string, val float32)
EmitKey is not implemented. Prometheus doesn’t offer a type for which an arbitrary number of values is retained, as Prometheus works with a pull model, rather than a push model.
func (*PrometheusSink) IncrCounter ¶
func (p *PrometheusSink) IncrCounter(parts []string, val float32)
func (*PrometheusSink) SetGauge ¶
func (p *PrometheusSink) SetGauge(parts []string, val float32)
 Click to show internal directories. 
   Click to hide internal directories.