-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
version command prints jaeger errors #7931
Comments
This is caused by both the Jaeger receiver and the Coralogix exporter registering the same types: This is a transitive dependency of the coralogix exporter: @oded-dd @ofirshmuel, any reason you are not using your own namespaces for that? |
Hi @jpkrohling , we are investigating this issue. |
@ofirshmuel I think this is still happening, do you have any updates? |
seems to be still a thing in dc19b91. @ofirshmuel are you going to continue your pr? otherwise i would like to try. |
I am surprised that it this exporter workes. 🙅. There are two definitions of + message Metadata {
+ string ApplicationName = 1;
+ string SubsystemName = 2;
+ }
message PostSpansRequest {
Batch batch = 1 [
(gogoproto.nullable) = false
];
+ Metadata metadata = 2;
} As far as I understand, this leads to a few problems:
Any recommendations how to solve this? |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
Pinging code owners: @oded-dd @ofirshmuel. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Okay, I have labeled this as |
I'm in favor of disabling the coralogix exporter until this is fixed. The component owners had enough time to fix this already. |
Let me ping them one last time and send an email to the email on @oded-dd's bio: @oded-dd @ofirshmuel if you don't actively fix issues from your exporter your component may get excluded from the default build, making it harder to be used. Please take a look at the issue as soon as you can. If there is no answer, let's bring this up on the next Collector SIG |
I've been having that problem using the 0.66.0 version. Still no solution? |
We got no answer here or in the email, thus I added this to today's SIG agenda. cc @oded-dd @ofirshmuel @jpkrohling |
Hey! Sorry somehow missed the ping on this issue. Working on the fix in #16573 |
Describe the bug
version command prints jaeger errors
Steps to reproduce
build v0.44.0 and run
--version
What did you expect to see?
no warnings
The text was updated successfully, but these errors were encountered: