Replies: 1 comment 3 replies
-
For Azure, we are using azure-monitor-opentelemetry-exporter. This makes sense to a user, since "exporter" is the subject and the other words are descriptors. I think the it will be important to be consistent within your organization, for example, if you decide to do opentelelemetry-component-type-component-name then you should do so across all your packages. But, Google is free to use whatever convention they want, I don't believe there are any guidelines on naming from Opentelemetry side. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I have a few Google Cloud related packages (all):
In preparation for 1.0, I want to tidy this up. I am planning to split the trace, metrics, propagator, and resource detector into separate packages. Few questions:
Questions
opentelemetry-*
or is that confusing since they don't live in contrib?opentelemetry-resourcedetector-foo
?opentelemetry.*
namespace packages (e.g.opentelemetry.exporter.cloud_trace
). Is that ok?Beta Was this translation helpful? Give feedback.
All reactions