Operations
Observability
Permify has integrations with some of popular tracing tools to analyze performance and behavior of your authorization. These are:
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
signoz
andotlp
. - 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
.
Example YAML configuration file
After running Permify in your server, you should run Zipkin as well. If you’re using docker here is the docker pull request for Zipkin: