Core
Directives to tweak the running Reva process.
max_cpus string 100%
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%"
tracing_enabled boolean false
Enables tracing of requests. The only available tracer for the time being is Jaegger.
[core]
tracing_enabled = true
tracing_endpoint string localhost:6831
Address of the tracing server.
[core]
tracing_endpoint = "mytracer.example.org"
tracing_collector string http://localhost:14268/api/traces
Endpoint of the request collector.
[core]
tracing_collector = "http://mytracer.example.org:14268/api/traces"
Last modified June 26, 2020: Minor docs updates and typo fixes (#893) (8bb74704)