signoz.io
signoz.io copied to clipboard
Add custom instrumentation and context propagation in sample apps
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.