-
Notifications
You must be signed in to change notification settings - Fork 648
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
Review semantic conventions specifications #932
Comments
tick things off as separate issues are created
|
Any thoughts on whether the |
I would say a resource detector because to keep the empty resource around. We already have this opentelemetry-python/opentelemetry-sdk/src/opentelemetry/sdk/resources/__init__.py Lines 74 to 76 in c42c5f3
But what is the story for including these required resources labels, without any configuration? |
Not sure about the other attributes, but at least in the
|
After discussing with some others, I think these telemetry properties should be set in the Tracer/Meter providers and not a detector, so that they are automatic. I also missed this part of the resource semantic conventions:
So the "required fields" are only required if any of |
@aabmass |
@lzchen From how the resource detection OTEP is written, I don't think the resource detector is global. It's just an interface and the user uses one or more of them at startup to create a merged resource object. It does talk about a default resource detector, but I think James is thinking of changing this when he actually writes the spec. cc @james-bebbington who worked on the OTEP and is starting to write the spec. He suggested yesterday doing it right in the providers. |
Ok, I think the only thing remaining here is these |
Closing this issue, will create separate issues as needed. |
Part of the work for GA is to review semantic conventions spec and ensure our implementation is correct
The text was updated successfully, but these errors were encountered: