Skip to content

Feature: Add SuccessTasks, FailureTasks and SubmittedTasks number in Metrics. #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
appleboy opened this issue Mar 28, 2022 · 0 comments · Fixed by #48
Closed

Feature: Add SuccessTasks, FailureTasks and SubmittedTasks number in Metrics. #47

appleboy opened this issue Mar 28, 2022 · 0 comments · Fixed by #48
Labels
enhancement New feature or request

Comments

@appleboy
Copy link
Member

No description provided.

@appleboy appleboy added the enhancement New feature or request label Mar 28, 2022
appleboy added a commit that referenced this issue Mar 28, 2022
type metric struct {
	busyWorkers    uint64
	successTasks   uint64
	failureTasks   uint64
	submittedTasks uint64
}

fix #47

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant