Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for building sample keys from integer fields (#304)
## Which problem is this PR solving? If an dynamic sampler is configured to user an event field that is an int, not int64, the field is ignored. This can lead to inconsistent dynamic keys being used. In the case only integer fields are used, eg a status field, it would result in an key `""`. ## Short description of the changes - Add support for int field types when building an event key to use with the dynamic sampler - Add unit test
- Loading branch information