How to use distributed tracing

For HTTP, distributed tracing works by injecting a header on the client side and reading it on the server side. This means the basic requirement is that you have an agent installed on both sides of the communication.

If you are using supported stuff, it should work automatically without requiring any configuration.

Is your HTTP client listed among our supported clients? If so, and you don't get that working, we need to see why, so you will need to provide more info, like agent logs where log_level is set to DEBUG or TRACE.

If you are not using supported technologies, you can use our Public API. Look for similar topics in the forum, like this one.

Good luck.