http://localhost:9411
.
exporter: zipkin
: Specifies that Zipkin will be used as the exporter.endpoint: http://localhost:9411/api/v2/spans
: This is the default Zipkin endpoint for trace data.enabled: true
: Turns on the tracing feature.insecure: true
: Enables HTTP instead of HTTPS for exporting traces.http://localhost:9411
to view the traces and analyze the performance of your authorization system.