Adding one of these tracing tools to your authorization system is quite simple, you just need to define it in the Permify configuration file as tracer.
exporter: enter the tool name that you want to use. jaeger , otlp, signoz, and zipkin.
endpoint: export url for tracing data.
disabled: switch option for tracing.
insecure: configures the exporter to connect to the collcetor using HTTP instead of HTTPS. This configuration is relevant only for signoz and otlp.
urlpath: allows one to override the default URL path used for sending traces. If unset, default (“/v1/traces”) will be used. This configuration is relevant only for otlp.