Permify has integrations with some of popular tracing tools to analyze performance and behavior of your authorization. These are:Documentation Index
Fetch the complete documentation index at: https://proxy-docs.permify.co/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Set Up
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, andzipkin. - 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
signozandotlp. - 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.