prefect
prefect copied to clipboard
I want to see which agent set up a flow run that has completed
First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar request and didn't find it.
- [X] I searched the Prefect documentation for this feature.
Prefect Version
2.x
Describe the proposed behavior
- I can see which agent set up a particular flow run in the UI or access that information via the API; and/or
- I can see all of the runs than a particular agent set up in the UI or access that information via the API
Describe the current behavior
- I cannot see which agent set up a particular flow run in the UI or access that information via the API
- I cannot see all of the runs than a particular agent set up in the UI or access that information via the API
Example Use
My deployment creates flow runs that are eligible for multiple work queues. I notice that these runs fail intermittently. I want to rule out the possibility that there is an issue with one of the agents that is setting up flow runs for this deployment.
Additional context
Direct quote:
my agents are executed on-premise servers (without docker), this is why I have this concern about the history of executions and the identification on which server the run is being performed