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
## Which problem is this PR solving?
Extract sampling fields from config so that we can use it to construct
key fields only spans
fixes: #1325
## Short description of the changes
- add `GetSamplingFielder` interface to sampler config
- add `GetKeyFields` to all samplers
## Which problem is this PR solving?
Extract sampling fields from config so that we can use it to construct
key fields only spans
fixes: #1325
## Short description of the changes
- add `GetSamplingFielder` interface to sampler config
- add `GetKeyFields` to all samplers
In order to abstract key fields from each incoming spans, we need to be able to retrieve the defined sampling fields from config.
The text was updated successfully, but these errors were encountered: