Set the number of cpus the running process will use. You can use a percentage (70%) or a number of cpus (6) in the value.
[core]
max_cpus = "50%"
Enables tracing of requests. The only available tracer for the time being is Jaegger.
[core]
tracing_enabled = true
Address of the tracing server.
[core]
tracing_endpoint = "mytracer.example.org"
Endpoint of the request collector.
[core]
tracing_collector = "http://mytracer.example.org:14268/api/traces"