Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPGatherer ¶
func NewHTTPGatherer(client *http.Client, url string) prometheus.Gatherer
NewHTTPGatherer creates a Gatherer that is capable of scraping metrics from a remote target over HTTP, using the text-based exposition format.
func NewNameFilteringGatherer ¶
func NewNameFilteringGatherer(base prometheus.Gatherer, namePattern *regexp.Regexp) prometheus.Gatherer
NewNameFilteringGatherer creates a decorator for Gatherer that is capable of filtering metrics by name, using a regular expression pattern.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.