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
Could we add an example of creating spans around a custom process? I think it would be good to demonstrate adding information to processes which aren't covered by instrumentation modules, but the main point of interest I would have here is obtaining the tracer outside of the file it is initialised in. Should Fastify be decorated with the tracer, should it be imported or should we use getTracer() to retrieve it?
The text was updated successfully, but these errors were encountered:
Thank you, I think I was concentrating more on an example away from the initial tracer initialisation as I'm interested in the injection approach the most
Could we add an example of creating spans around a custom process? I think it would be good to demonstrate adding information to processes which aren't covered by instrumentation modules, but the main point of interest I would have here is obtaining the tracer outside of the file it is initialised in. Should Fastify be decorated with the tracer, should it be imported or should we use
getTracer()
to retrieve it?The text was updated successfully, but these errors were encountered: