You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first thought is this can be setup as a resource detector that sets up all the relevant attributes. Is this in line with what you are envisioning @codeboten
@MrAlias I don't have a clear picture of how resource detectors are used in the Go implementation. In the Python implementation we decided to add those attributes to the Resource itself instead of a resource detector, you can see the discussion that lead us there here: open-telemetry/opentelemetry-python#932 (comment)
Gotcha. This was the implementation that I was not sure is desired from a user perspective. It makes sense to make it easy to annotate telemetry by including this information in the Resource, but I expect having this showup without users configuring it might be bothersome to certain users. Especially users that prioritize optimization by reducing included information to an absolute minimum.
Having this provided by a detector would give the user the choice to include this or not. I'll add this to the SIG meeting agenda for later today to see if I can get more input on this.
As per the spec, the SDK must set the
opentelemetry.sdk.name
toopentelemetry
. It would be nice if the othertelemetry.sdk.*
values were also set.The text was updated successfully, but these errors were encountered: