signoz.io icon indicating copy to clipboard operation
signoz.io copied to clipboard

Add custom instrumentation and context propagation in sample apps

Open srikanthccv opened this issue 1 year ago • 4 comments

Having a simple custom span that demonstrates how to make the context propagation work in sample apps will help users write their own. This is simple in languages such as Java, Python where the implicit context takes cares but languages such as go require the correct context.Context to be passed.

srikanthccv avatar Jul 28 '23 10:07 srikanthccv