profiler Section
This section defines the collection and storage of operational metrics related to Context Services and Callback.
enable
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
Introduced: 8.5.112.05
Enables logging of profiled values and/or storage in Cassandra.
logged-classes
Default Value: Empty string
Valid Values: String
Changes Take Effect: Immediately
Introduced: 8.5.112.05
Comma-separated list of classes that should print profiling information in the log. For example: "ServicesController,TasksController"
The list of supported classes is the following:
- AdminController
- CallbackController
- ServiceController
- ServicesCompositeController
- ServicesController
- StatesController
- StorageController
- TasksController
stored-classes
Default Value: Empty string
Valid Values: String
Changes Take Effect: Immediately
Introduced: 8.5.112.05
Comma-separated list of classes that must store profiling information in the database. For example: "AdminController,TasksController"
The list of supported classes is the following:
- AdminController
- CallbackController
- ServiceController
- ServicesCompositeController
- ServicesController
- StatesController
- StorageController
- TasksController