-
Notifications
You must be signed in to change notification settings - Fork 131
chore: Composite Tracer #3163
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
chore: Composite Tracer #3163
Conversation
google-cloud-spanner/src/main/java/com/google/cloud/spanner/CompositeTracer.java
Show resolved
Hide resolved
google-cloud-spanner/src/main/java/com/google/cloud/spanner/CompositeTracer.java
Show resolved
Hide resolved
} | ||
} | ||
|
||
public void addAttributes(String key, String value) { |
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.
Where/when is this method called? It does not override any methods (at least it is not marked as such), and I can't find anything in this PR that seems to call it.
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.
This will be required for MetricsTracer
Added in advance
e00b884
into
googleapis:main
No description provided.