Skip to content

Revert "ensuring that options tags will not send array that will break the span" #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

luizmanhani
Copy link

Reverts #13

this fix is no longer needed, the original problem, was the config provider of

https://github.com/PicPay/picpay-hyperf-commons/pull/151/files#diff-f0a2f25e61573ecaca3a489ef6fca6a6106b7f825ef5599ec374f5387db58f82

class ConfigProvider { public function __invoke(): array { return [ 'opentracing' => [ 'tracer' => [ 'jaeger' => [ 'options' => [ 'tags' => TagsResolver::resolve() ] ] ] ],
so the hyperf config merge the values causing the duplication of tags

@lucas-angeli-gimenes lucas-angeli-gimenes merged commit 8e34536 into opencodeco:main Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants