You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
We've discussed previously in a few context the need to allow operators to augment instances with custom data, and in fact the general need to let operators mutate existing instances before dispatching them to adapters.
It should be possible for adapter-level configuration to take incoming instances and push custom state into the adapter alongside the instance (for example, by filling some canonical 'extensions' field on the instance).
For traces flowing though Mixer, we want to let operators augment the data as it flows through Mixer.
This issue is about tracking the design and implementation work of this feature.
The text was updated successfully, but these errors were encountered:
We've discussed previously in a few context the need to allow operators to augment instances with custom data, and in fact the general need to let operators mutate existing instances before dispatching them to adapters.
It should be possible for adapter-level configuration to take incoming instances and push custom state into the adapter alongside the instance (for example, by filling some canonical 'extensions' field on the instance).
For traces flowing though Mixer, we want to let operators augment the data as it flows through Mixer.
This issue is about tracking the design and implementation work of this feature.
The text was updated successfully, but these errors were encountered: