-
Notifications
You must be signed in to change notification settings - Fork 878
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
Convert all remaining database client decorators to tracers #1236
Conversation
Hm, @trask is it normal and expected that |
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.
sorry, lots of comments about pre-existing behavior, you can tell me to open issue(s) 😂
instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/tracer/BaseTracer.java
Show resolved
Hide resolved
...rc/main/java/io/opentelemetry/instrumentation/auto/couchbase/v2_0/CouchbaseClientTracer.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/opentelemetry/instrumentation/auto/couchbase/v2_0/CouchbaseClientTracer.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/opentelemetry/instrumentation/auto/couchbase/v2_0/CouchbaseClientTracer.java
Outdated
Show resolved
Hide resolved
...java/io/opentelemetry/instrumentation/auto/elasticsearch/rest/v5_0/RestResponseListener.java
Outdated
Show resolved
Hide resolved
...n/hystrix-1.4/src/main/java/io/opentelemetry/instrumentation/auto/hystrix/HystrixTracer.java
Outdated
Show resolved
Hide resolved
...rxjava-1.0/src/main/java/io/opentelemetry/instrumentation/auto/rxjava/TracedOnSubscribe.java
Outdated
Show resolved
Hide resolved
...rxjava-1.0/src/main/java/io/opentelemetry/instrumentation/auto/rxjava/TracedOnSubscribe.java
Show resolved
Hide resolved
.../rxjava-1.0/src/main/java/io/opentelemetry/instrumentation/auto/rxjava/TracedSubscriber.java
Outdated
Show resolved
Hide resolved
.../rxjava-1.0/src/main/java/io/opentelemetry/instrumentation/auto/rxjava/TracedSubscriber.java
Outdated
Show resolved
Hide resolved
this is not unheard of 😂 a lot of times it's the test code that needs reworking from version to version, e.g. harness stuff as opposed to the underlying instrumentation also see #749:
|
But if muzzle fails on later versions, should I then limit muzzle check range as well? And say that we don't actually support later versions? |
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.
👍
No description provided.