MicroProfile OpenTracing 1.3
With MicroProfile OpenTracing 1.3, you can get more targeted tracing results and more easily correlate tracing requests with the application URL.
Stabilized features: The MicroProfile
OpenTracing 1.3 feature is stabilized. The strategic alternative is
mpTelemetry-1.0
, a MicroProfile Telemetry feature. For more information, see the
MicroProfile OpenTracing to MicroProfile Telemetry 1.0 migration
document.About this task
- Excluding server-side tracing
-
Server-side tracing can be excluded by specifying a skip pattern. You might want to exclude some trace information so that you get tracing for specific things. In that case, you might choose to exclude server-side tracing to reduce the number of spans that are created.
- Operation name
- The following operation name format makes it easier to correlate with the request
URL:
<@path value of endpoint's class>/<@path value of endpoint's method>