-
Notifications
You must be signed in to change notification settings - Fork 999
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
[collector] support trigger and grading multiple subtasks through -_- placeholder expression #418
Conversation
Before, we can run the task to obtain the pre-index parameters in a monitoring, and then assign this index as a variable to the next collection task. For example, we first log in with the account and password to obtain the token, and then use the token for the next task to authenticate. But, In some case, eg: we need to collect multiple docker ids, and then traverse these ids to request the http api to obtain container detail info. The key here is that there are multiple ids, that is, there will be multiple task collections in the next step. That's what this PR is trying to solve. When the pre ids is multi, we trigger multiple subtasks thread to collect it, and merge their response data at the end. |
… placeholder expression (#418) * [collector] support more powerful replace placeholder ^_^ and -_- * [collector] support trigger and grading multiple subtasks through -_- placeholder expression
… placeholder expression (#418) * [collector] support more powerful replace placeholder ^_^ and -_- * [collector] support trigger and grading multiple subtasks through -_- placeholder expression
… placeholder expression (#418) * [collector] support more powerful replace placeholder ^_^ and -_- * [collector] support trigger and grading multiple subtasks through -_- placeholder expression
… placeholder expression (#418) * [collector] support more powerful replace placeholder ^_^ and -_- * [collector] support trigger and grading multiple subtasks through -_- placeholder expression
… placeholder expression (#418) [collector] support more powerful replace placeholder ^_^ and -_- [collector] support trigger and grading multiple subtasks through -_- placeholder expression
… placeholder expression (#418) [collector] support more powerful replace placeholder ^_^ and -_- [collector] support trigger and grading multiple subtasks through -_- placeholder expression
… placeholder expression (#418) [collector] support more powerful replace placeholder ^_^ and -_- [collector] support trigger and grading multiple subtasks through -_- placeholder expression
… placeholder expression (#418) [collector] support more powerful replace placeholder ^_^ and -_- [collector] support trigger and grading multiple subtasks through -_- placeholder expression
… placeholder expression (#418) [collector] support more powerful replace placeholder ^_^ and -_- [collector] support trigger and grading multiple subtasks through -_- placeholder expression
No description provided.