Spans and Traces by hand #2219
NameOfTheDragon
started this conversation in
General
Replies: 1 comment
-
Hi @NameOfTheDragon 👋 If you have control over the JSON payloads produced then you certainly can construct span events yourself. We've got some docs on the properties you need to include here. Basically, you need to add the following properties to your events:
You can also add extra properties in As for manually constructing spans, you can do this using the Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it feasible to create spans and/or traces without having to use OpenTelemetry? I have a number of products that use NLog as the back end, but I do have an abstraction over the top of it. I was wondering if there's a way to add thsi capability to my NLog abstraction and create the spans and traces manually?
Beta Was this translation helpful? Give feedback.
All reactions