Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHawkularSink ¶
func NewHawkularSink(u *url.URL, _ extpoints.HeapsterConf) ([]sink_api.ExternalSink, error)
Types ¶
type Filter ¶ added in v0.18.4
type Filter func(*sink_api.Timeseries) bool
Filter which Timeseries are stored. Store if returns true, filter if returns false
type FilterType ¶ added in v0.18.4
type FilterType int
const ( // Filter by label's value Label FilterType = iota // Filter by metric name Name // Unknown filter type Unknown )
func (FilterType) From ¶ added in v0.18.4
func (f FilterType) From(s string) FilterType
Click to show internal directories.
Click to hide internal directories.