Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example #1: Client and Server with default distributed tracing configured

TBDIn the first example we are going to see the effect of using default configuration on the client and on the server, with only OpenTelemetryClientProvider and OpenTelemetryFeature registered. The JAX-RS resource endpoint is pretty basic stubbed method:

Example #2: Client and Server with nested trace

...