ancient-dentist-17854
05/27/2024, 9:09 AMchilly-king-10285
05/27/2024, 9:09 AMchilly-king-10285
05/27/2024, 9:10 AMyaml tracing: provider: jaeger # use any of the supported tracing providers service_name: ory:kratos # if not set, the service name will be the service name providers: jaeger: # per provider configuration local_agent_address: jaeger:6831 sampling: server_url: <http://jaeger:5778/sampling>
You can also use the CLI to get the list of tracing configurations and their supported values. Simply run: bash docker exec -it hydra_hydra_1 hydra serve --help
And read the section on DEBUG CONTROLS
. For local setup, you can use the provided docker-compose file in the Hydra repository to play around with the tracing configuration. Just uncomment the desired tracing provider. For more information, please refer to the [Ory documentation on tracing](https://www.ory.sh/docs/self-hosted/operations/tracing).