Documentation ¶
Overview ¶
apicollect provides all the methods that collect via the API, this is a substantial part of the activities of DDC so it gets it's own package
apicollect provides all the methods that collect via the API, this is a substantial part of the activities of DDC so it gets it's own package
apicollect provides all the methods that collect via the API, this is a substantial part of the activities of DDC so it gets it's own package
apicollect provides all the methods that collect via the API, this is a substantial part of the activities of DDC so it gets it's own package
apicollect provides all the methods that collect via the API, this is a substantial part of the activities of DDC so it gets it's own package
Index ¶
- func DownloadJobProfile(c *conf.CollectConf, jobid string) error
- func GetNumberOfJobProfilesCollected(c *conf.CollectConf) (tried, collected int, err error)
- func RunCollectDremioSystemTables(c *conf.CollectConf) error
- func RunCollectJobProfiles(c *conf.CollectConf) error
- func RunCollectKvReport(c *conf.CollectConf) error
- func RunCollectWLM(c *conf.CollectConf) error
- func ValidateAPICredentials(c *conf.CollectConf) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadJobProfile ¶ added in v0.4.0
func DownloadJobProfile(c *conf.CollectConf, jobid string) error
func GetNumberOfJobProfilesCollected ¶ added in v0.4.0
func GetNumberOfJobProfilesCollected(c *conf.CollectConf) (tried, collected int, err error)
func RunCollectDremioSystemTables ¶
func RunCollectDremioSystemTables(c *conf.CollectConf) error
func RunCollectJobProfiles ¶
func RunCollectJobProfiles(c *conf.CollectConf) error
func RunCollectKvReport ¶
func RunCollectKvReport(c *conf.CollectConf) error
func RunCollectWLM ¶
func RunCollectWLM(c *conf.CollectConf) error
RunCollectWLM is a function that collects Workload Management (WLM) data from a Dremio cluster. It interacts with Dremio's WLM API endpoints, and collects WLM Queue and Rule information.
func ValidateAPICredentials ¶
func ValidateAPICredentials(c *conf.CollectConf) error
Types ¶
This section is empty.