Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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
Click to show internal directories.
Click to hide internal directories.