-
Notifications
You must be signed in to change notification settings - Fork 916
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
Recording multiple values for the same attribute #13332
Comments
seeing the similar behavior in our apps on upgrade from 2.12.0 to 2.13.0 Disabling runtime-telemetry via |
thanks for reporting this quickly! if it turns out to be a regression, we'll release a 2.13.1 to patch it #13173 seems the most likely culprit (but just purely a guess at this point) cc @zeitlinger in case you have some time to look at it |
I'll take a look. |
It's a regression - this line was accidentally deleted: 9101f03#diff-fe9278430749297fddb0e617d628a596653d29bcb73458045036ecac145d6ed2L36 |
v2.13.1 patch is released, thanks again @davisjose19 and @stevesea for reporting it! |
Thank you for the quick fix @trask & @zeitlinger |
Describe the bug
I was using the otel java agent version 2.12.0 - and since today morning my application started generated WARN logs every minute :
I was using a gradle script to pull the latest version of the javaagent and run it - noticed that you guys released a new version - 2.13
So to test I ran it again with 2.12 version and I could not see these WARN messages.
Steps to reproduce
Run java agent locally with a spring boot application and every minute logs will be pushed saying metrics are being duplicated.
Expected behavior
There should not be WARN logs for the metrics being sent to otel
Actual behavior
I am seeing WARN logs -
Javaagent or library instrumentation version
2.13
Environment
JDK:
OS:
[otel.javaagent 2025-02-17 15:54:47:545 +0000] [main] DEBUG io.opentelemetry.javaagent.tooling.VersionLogger - Running on Java 17.0.7. JVM Java HotSpot(TM) 64-Bit Server VM - Oracle Corporation - 17.0.7+8-LTS-224
Additional context
No response
The text was updated successfully, but these errors were encountered: