You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
Is your feature request related to a problem? If so, please describe it.
Attempting to write a Finagle Tracing -> Opencensus adapter. The info available at the start of the span from finagle is lacking, (i.e. just an Annotation RPC("GET") ), but as it proceeds more relevant info is revealed (uri, client, label, etc..)
Describe the solution you'd like.
A method on the Span class to change the name of the span after it has already started, but before it has ended.
Describe alternatives you've considered.
Only alternative I have considered is to bypass opencensus and try to use stackdriver api directly
Additional context.
From what I can gather this is already available in some other languages of opencensus.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? If so, please describe it.
Attempting to write a Finagle Tracing -> Opencensus adapter. The info available at the start of the span from finagle is lacking, (i.e. just an Annotation RPC("GET") ), but as it proceeds more relevant info is revealed (uri, client, label, etc..)
Describe the solution you'd like.
A method on the Span class to change the name of the span after it has already started, but before it has ended.
Describe alternatives you've considered.
Only alternative I have considered is to bypass opencensus and try to use stackdriver api directly
Additional context.
From what I can gather this is already available in some other languages of opencensus.
The text was updated successfully, but these errors were encountered: