oscope-dev / scope

Scoping user machines
https://oscope-dev.github.io/scope/
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Include group and action names in traces #157

Closed noizwaves closed 1 week ago

noizwaves commented 1 week ago

This PR adds group and action names to the traces emitted, making it possible to determine which actions are taking the most time to run, or fail the most often. Resolves https://github.com/oscope-dev/scope/issues/154

Dynamic trace names are discouraged by tracing's const trace name argument, so names are provided as fields.

Screenshot 2024-10-17 at 9 38 20 AM

Screenshot 2024-10-17 at 9 38 15 AM