Skip to content
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

Update the semconv to spec v1.4.0 #3298

Merged
merged 4 commits into from
Jun 10, 2021

Conversation

jkwatson
Copy link
Contributor

@jkwatson jkwatson commented Jun 8, 2021

No description provided.

@anuraaga
Copy link
Contributor

anuraaga commented Jun 8, 2021

@jkwatson Any thoughts on releasing SDK 1.3.0 before this or doesn't matter at all? Since we're planning to anyways, it allows the versions to be aligned for a bit more.

@jkwatson
Copy link
Contributor Author

jkwatson commented Jun 9, 2021

@jkwatson Any thoughts on releasing SDK 1.3.0 before this or doesn't matter at all? Since we're planning to anyways, it allows the versions to be aligned for a bit more.

I'm fine either way. We're always going to be at least one minor version behind the spec (and even if we merge this, there is still the schema stuff to get in).

* being called. Useful for client-side traces since client does not know what will be called on
* the server.
*/
public static final AttributeKey<String> RPC_JSONRPC_METHOD = stringKey("rpc.jsonrpc.method");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That new attribute is a bit unfortunate, I opened a spec PR: open-telemetry/opentelemetry-specification#1748 to remove it / clarify that rpc.method can be used instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Oberon00 do you think we should just wait for that to settle before merging this, then?

Copy link
Member

@Oberon00 Oberon00 Jun 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO it's better to have this one potentially bad attribute than not to update at all. The module is alpha anyway.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just cut the 1.3.0 release, so we'll get what we get in the next version. :)

@jkwatson
Copy link
Contributor Author

jkwatson commented Jun 9, 2021

@anuraaga @Oberon00 @arminru I amended this PR to also populate a new field for the schema URL in each of the files. Please be sure to review again if you have feelings.

@jkwatson jkwatson merged commit 81e2777 into open-telemetry:main Jun 10, 2021
@jkwatson jkwatson deleted the semconv-updates branch June 10, 2021 00:27
This was referenced Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants