Replies: 2 comments 4 replies
-
Unfortunately, this is not supported. Using a newer version of the agent with older API is, the other way around often won't work. This is because the agent is the one in control - it knows about older versions and can act accordingly but there is no way for it to be ready for a new version it doesn't know about. It may still work but no guarantees. The solution is to update the agent which hopefully isn't too hard since the app doesn't need to be rebuilt. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Oh, should I only use CLIENT span kinds? I can try that. I will also
reach out to the Splunk folks and ask there.
Thanks for responding, all!
…On Sat, Aug 21, 2021, 9:34 AM John Watson ***@***.***> wrote:
I wonder if this is being repressed due to nested SERVER span logic
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3531 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOGQYFLJB5RMLPGMUSXEUDT57IRHANCNFSM5CRNKFXA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am auto-instrumenting with the splunk-otel-agent 1.2, and I'd like to create custom spans using the same Tracer as the one the agent uses. I am currently attempting to acquire the Tracer with API 1.4.1:
And I am trying to create custom spans with
Unfortunately, my custom spans are not traced, and only the auto-instrumented spans the agent creates show up in my traces in SignalFX. I am calling Span#end on all my custom spans.
This link referenced in another similar answer is no longer relevant: https://github.com/open-telemetry/opentelemetry-java/blob/main/QUICKSTART.md#tracing
I would like to know the following:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions