Bug Report
OpenTelemetry.SemanticConventions 1.0.0-rc9.9
Symptom
I notice that some of the constants in the package don't match the values in the spec; for example public const string AttributeMessagingMessageId = "messaging.message_id"; but the spec refers to messaging.message.id.
The PR that introduced this says the values were autogenerated so maybe it's just out of date? I had a quick look at the build-tools and it links to the java package which has a constant that does match the spec.
Bug Report
OpenTelemetry.SemanticConventions 1.0.0-rc9.9
Symptom
I notice that some of the constants in the package don't match the values in the spec; for example
public const string AttributeMessagingMessageId = "messaging.message_id";but the spec refers tomessaging.message.id.The PR that introduced this says the values were autogenerated so maybe it's just out of date? I had a quick look at the build-tools and it links to the java package which has a constant that does match the spec.