Open
Description
What problem are you trying to solve?
Currently task names are sent as strings to tokio-console (the instrumentation client).
Instead they should be sent as metadata and the field value should be sent as a reference to the metadata element. This will reduce the data sent over the wire, especially in cases where a task with a fixed name is repeatedly spawned.
See comment for reference: #452 (comment)
How should the problem be solved?
Send task names as metadata and reference the metadata in the spawn event.