Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRiemannClient ¶
func GetRiemannClient(config RiemannConfig) (riemanngo.Client, error)
Receives a sink, connect the riemann client.
Types ¶
type RiemannConfig ¶
Used to store the Riemann configuration specified in the Heapster cli
type RiemannSink ¶
type RiemannSink struct { Client riemanngo.Client Config RiemannConfig sync.RWMutex }
contains the riemann client, the riemann configuration, and a RWMutex
func CreateRiemannSink ¶
func CreateRiemannSink(uri *url.URL) (*RiemannSink, error)
creates a Riemann sink. Returns a riemannSink
Click to show internal directories.
Click to hide internal directories.