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
Index ¶
- func DownloadJobProfile(c *conf.CollectConf, hook shutdown.Hook, jobid string) error
- func GetNumberOfJobProfilesCollected(c *conf.CollectConf, hook shutdown.Hook) (tried, collected int, err error)
- func RunCollectDremioSystemTables(c *conf.CollectConf, hook shutdown.CancelHook) error
- func RunCollectJobProfiles(c *conf.CollectConf, hook shutdown.Hook) error
- func RunCollectKvReport(c *conf.CollectConf, hook shutdown.CancelHook) error
- func RunCollectWLM(c *conf.CollectConf, hook shutdown.CancelHook) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadJobProfile ¶
func RunCollectDremioSystemTables ¶
func RunCollectDremioSystemTables(c *conf.CollectConf, hook shutdown.CancelHook) error
func RunCollectJobProfiles ¶
func RunCollectJobProfiles(c *conf.CollectConf, hook shutdown.Hook) error
func RunCollectKvReport ¶
func RunCollectKvReport(c *conf.CollectConf, hook shutdown.CancelHook) error
func RunCollectWLM ¶
func RunCollectWLM(c *conf.CollectConf, hook shutdown.CancelHook) 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.
Types ¶
This section is empty.