This change proposes that WithTags merges the specified tags against the existing set of default tags. This change impacts the behavior when the WithTags option is specified more than once against the same client.
See the above issue for a motivating example.
I also added a new unit test to cover the proposed behavior.
Fixes: #277
This change proposes that
WithTags
merges the specified tags against the existing set of default tags. This change impacts the behavior when theWithTags
option is specified more than once against the same client.See the above issue for a motivating example.
I also added a new unit test to cover the proposed behavior.