-
-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
S-featureSeverity: feature. This is adding a new feature.Severity: feature. This is adding a new feature.
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.
Metadata
Metadata
Assignees
Labels
S-featureSeverity: feature. This is adding a new feature.Severity: feature. This is adding a new feature.