-
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
Fix Cassandra target #10357
Fix Cassandra target #10357
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the PR title you mention that this is a regression. Do you know which PR introduced the regression?
...opentelemetry/javaagent/instrumentation/cassandra/v3_0/CassandraNetworkAttributesGetter.java
Outdated
Show resolved
Hide resolved
...opentelemetry/javaagent/instrumentation/cassandra/v4_0/CassandraNetworkAttributesGetter.java
Outdated
Show resolved
Hide resolved
@laurit not sure it was regression. it seems to be a systematic change applied to all instrumentations. this PR 9cb1574#diff-9921147bb0390248e2779c790b1666bcfe76df343d4d743577c946ad42a0fadc |
...main/java/io/opentelemetry/javaagent/instrumentation/cassandra/v4_0/CassandraSingletons.java
Outdated
Show resolved
Hide resolved
.../io/opentelemetry/javaagent/instrumentation/cassandra/v4_0/CassandraAttributesExtractor.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(note for others, this is related to open-telemetry/semantic-conventions#679)
.../main/java/io/opentelemetry/instrumentation/cassandra/v4_4/CassandraAttributesExtractor.java
Outdated
Show resolved
Hide resolved
...4/testing/src/main/java/io/opentelemetry/testing/cassandra/v4_4/AbstractCassandra44Test.java
Outdated
Show resolved
Hide resolved
...n/java/io/opentelemetry/instrumentation/cassandra/v4_4/CassandraNetworkAttributesGetter.java
Outdated
Show resolved
Hide resolved
...4/testing/src/main/java/io/opentelemetry/testing/cassandra/v4_4/AbstractCassandra44Test.java
Outdated
Show resolved
Hide resolved
.../main/java/io/opentelemetry/instrumentation/cassandra/v4_4/CassandraAttributesExtractor.java
Outdated
Show resolved
Hide resolved
.../main/java/io/opentelemetry/instrumentation/cassandra/v4_4/CassandraAttributesExtractor.java
Outdated
Show resolved
Hide resolved
.../main/java/io/opentelemetry/instrumentation/cassandra/v4_4/CassandraAttributesExtractor.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR title is used in the change log. Please confirm whether this is a regression or not and change the title accordingly.
.../main/java/io/opentelemetry/instrumentation/cassandra/v4_4/CassandraAttributesExtractor.java
Show resolved
Hide resolved
.../main/java/io/opentelemetry/instrumentation/cassandra/v4_4/CassandraAttributesExtractor.java
Outdated
Show resolved
Hide resolved
.../io/opentelemetry/javaagent/instrumentation/cassandra/v3_0/CassandraAttributesExtractor.java
Show resolved
Hide resolved
.../main/java/io/opentelemetry/instrumentation/cassandra/v4_4/CassandraAttributesExtractor.java
Outdated
Show resolved
Hide resolved
...4/testing/src/main/java/io/opentelemetry/testing/cassandra/v4_4/AbstractCassandra44Test.java
Outdated
Show resolved
Hide resolved
locally it's all green.. will close/reopen to trigger new build. |
It looks like there's sporadic failures on the cassandra test now, I'm seeing 2 failures in the latest run. |
looking |
This reverts commit bc6ab22.
23df5ac
to
bce1ca4
Compare
thanks ❤️ |
Co-authored-by: Trask Stalnaker <[email protected]>
No description provided.