Joe
06/12/2024, 5:32 AMJoe
06/13/2024, 12:46 AMasync def monitor_page_flow(url: str):
host = socket.gethostname()
with tags(host):
await monitor_page(url)
But interestingly, while this tag will show next to the task run, the tag doesn't populate the filter. It seems only tags that are in the attributes of the task will be shown in the UI filter.Joe
06/13/2024, 12:47 AM