Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobDetailStatisticsResponse ¶
type JobDetailStatisticsResponse struct { Result []TaskStatistics `json:"result"` TaskNameMap map[string]int `json:"-"` Truncated bool `json:"truncated"` }
func GetJobDetailStatistics ¶
func GetJobDetailStatistics(ctx *logger.RequestContext, jobID string, start, end, step int64) (*JobDetailStatisticsResponse, error)
type JobStatisticsResponse ¶
func GetJobStatistics ¶
func GetJobStatistics(ctx *logger.RequestContext, jobID string) (*JobStatisticsResponse, error)
type MetricInfo ¶
type TaskStatistics ¶
type TaskStatistics struct { TaskName string `json:"taskName"` TaskInfo []MetricInfo `json:"taskInfo"` }
Click to show internal directories.
Click to hide internal directories.