Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v0.17.0
type Client interface { Version() string PerformanceMetrics([]types.PerfQuerySpec) ([]performance.EntityMetric, error) }
type Scraper ¶ added in v0.17.0
func (Scraper) ScrapeHosts ¶ added in v0.17.0
func (c Scraper) ScrapeHosts(hosts rs.Hosts) []performance.EntityMetric
func (Scraper) ScrapeVMs ¶ added in v0.17.0
func (c Scraper) ScrapeVMs(vms rs.VMs) []performance.EntityMetric
Click to show internal directories.
Click to hide internal directories.