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

Receiving different names for the same field #8910

Closed
ManoharMirle opened this issue Jul 10, 2023 · 1 comment
Closed

Receiving different names for the same field #8910

ManoharMirle opened this issue Jul 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ManoharMirle
Copy link

We are getting 2 different field names for the same parameter from the source. messaging.message_payload_size_bytes comes in one trace, messaging.message.payload_size_bytes comes in another trace. The difference here is _ & . in these fields. We are using 0.55.0 version of the OTEL collector. Pls let me know whether this issue resolved in the agent ? Any other fields have the similar issue ?
Here is the agent details:
-javaagent:/tmp/telemetry/opentelemetry-javaagent.jar
{
"key" : "process.executable.path",
"value" : {
"stringValue" : "/usr/local/openjdk-11:bin:java"
}
{
"key" : "process.runtime.description",
"value" : {
"stringValue" : "Oracle Corporation OpenJDK 64-Bit Server VM 11.0.12+7"
}
}

@ManoharMirle ManoharMirle added the bug Something isn't working label Jul 10, 2023
@laurit
Copy link
Contributor

laurit commented Jul 10, 2023

This attribute was renamed in spec in open-telemetry/opentelemetry-specification#2957 If you are using different versions of the agent you could get both of these if the versions of the agent that you use implement different versions of the spec.

@laurit laurit closed this as completed Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants