-
Notifications
You must be signed in to change notification settings - Fork 821
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
Rename exporter-collector #2364
Comments
cc @open-telemetry/javascript-approvers |
yes, it's confusing |
@CptSchnitz, this seems to have quite a lot of support, would you like to draft a PR for it? |
sure! |
@rauno56 I got some questions
|
+1 for exporter-otlp-http It takes me a while to realize it's a http exporter instead of some base exporter others relying |
If I understand it correctly, there's more nuance:
exporter-otlp-http-json? 😅 |
Had to look it up, but that's my understanding as well. I'm sure there will be different preferences for that, and "the absolute most correctest" way would probably be to mention both the transport and the format as @vreynolds put it. I'd personally leave some of that information implied.
... but that's just me! :) |
hi didn't had the time to work on it yet and just started. |
Only the exported classes make more sense, we could improve it later on |
my 3 cents:
|
i agree, the only thing that will be slightly "weird" is that both proto and grpc will depend on the json because it has the base class. |
Thats just implementation details, we could in the future make a dedicated util pkg that host base classes and remove the direct dependency so i think thats fine to do it like this |
It would be a good idea to rename the exporter to a better and clearer name.
A name like exporter-otlp will be easier to understand for newer people, and inline with the rest of the SDKs.
Also before GA is a good time to make such a change.
The text was updated successfully, but these errors were encountered: