-
Notifications
You must be signed in to change notification settings - Fork 79
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
add agent point #154
add agent point #154
Conversation
I feel like adding a completely new measurement is a slight overkill for effectively 1 new metric ( |
In agent_datas, you can find all agents called by the pipeline. I tried to get others informations like the time the build use the agent but I didn't find a way to get it yet. Because the agents are already removed (in case of cloud agents). For now the only benefit is to have all agents names and label used by a pipeline. |
Could you also add unit tests to demonstrate this behaviour? Currently the tests only test with one agent, which is exactly the same behaviour as the |
You're right, we just tested and datas are overwrited... I will do the modifications. |
The plugin contains a class called
|
It is not good with an unique_id ? I don't want to corrupt the datas... |
A unique ID tag works as well. Just pointing out a solution for not reinventing the wheel, but you had already done your own solution. 😊 |
A unique_id tag such an incremental number is suitable for this case (especially for performance), example :
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Link to #150
Add
agent_point
with :agent_name
: name of the agentagent_label
: label of the agent