Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a factory for Pure Storage FlashBlade receiver.
Types ¶
type Config ¶
type Config struct { confighttp.ClientConfig `mapstructure:",squash"` // Settings contains settings for the individual scrapers Settings *Settings `mapstructure:"settings"` // Arrays represents the list of arrays to query Arrays []internal.ScraperConfig `mapstructure:"arrays"` // Clients represents the list of clients metrics Clients []internal.ScraperConfig `mapstructure:"clients"` // Usage represents the list of usage to query Usage []internal.ScraperConfig `mapstructure:"usage"` // Env represents the respective environment value valid to scrape Env string `mapstructure:"env"` }
Config relating to Array Metric Scraper.
type ReloadIntervals ¶
type Settings ¶
type Settings struct {
ReloadIntervals *ReloadIntervals `mapstructure:"reload_intervals"`
}
Click to show internal directories.
Click to hide internal directories.