heapsterk8s.io/heapster/metrics/sinks/hawkular Index | Files

package hawkular

import "k8s.io/heapster/metrics/sinks/hawkular"

Index

Functions

func NewHawkularSink

func NewHawkularSink(u *url.URL) (core.DataSink, error)

NewHawkularSink Creates and returns a new hawkularSink instance

Types

type Filter

type Filter func(ms *core.MetricSet, metricName string) bool

type FilterType

type FilterType int
const (
	// Filter by label's value
	Label FilterType = iota
	// Filter by metric name
	Name
	// Unknown filter type
	Unknown
)

func (FilterType) From

func (f FilterType) From(s string) FilterType

Source Files

client.go driver.go types.go

Version
v1.5.4 (latest)
Published
Jul 26, 2018
Platform
linux/amd64
Imports
18 packages
Last checked
5 days ago

Tools for package owners.