http://localhost:16686
.
exporter: jaeger
: Specifies that Jaeger will be used as the exporter.endpoint: http://localhost:14268/api/traces
: This is the default Jaeger collector endpoint.enabled: true
: Turns on the tracing feature.insecure: true
: Enables HTTP instead of HTTPS for exporting traces.http://localhost:16686
and observe the traces related to your authorization system.
insecure
option to false
and provide the appropriate endpoint: