Documentation
¶
Index ¶
Constants ¶
View Source
const ( // UserQueryParameter is the parameter specifying the user for which to provide // Infrastrcuture usage (by default, the user provided in the location will be used) UserQueryParameter = "user" // StartTimeQueryParameter is the parameter sepcifying the start time of // Infrastructure usage report StartTimeQueryParameter = "start" // EndTimeQueryParameter is the parameter sepcifying the end time of // Infrastructure usage report EndTimeQueryParameter = "end" )
Variables ¶
This section is empty.
Functions ¶
func NewInfraUsageCollectorDelegate ¶
func NewInfraUsageCollectorDelegate() collectors.InfraUsageCollectorDelegate
NewInfraUsageCollectorDelegate creates a new slurm infra usage collector delegate for specific slurm infrastructure
Types ¶
type ClustersUsage ¶
type ClustersUsage map[string][]heappe.ClusterNodeUsage
ClustersUsage defines the structure of the collected info
Click to show internal directories.
Click to hide internal directories.