GrainProfilerOptions
class
Namespace: Orleans.Dashboard
Configuration options for the grain profiler.
public sealed class GrainProfilerOptionsConstructors
Properties
DeactivationTimeGets or sets the duration of inactivity (no dashboard queries) after which profiling is automatically disabled. This setting only applies whenGrainProfilerOptionsisfalse. After this period without queries, profiling stops to reduce overhead until the next dashboard query. Default is 1 minute.TraceAlwaysGets or sets a value indicating whether tracing should always be enabled, regardless of dashboard activity. When set totrue, profiling data is continuously collected even when the dashboard is not being queried. When set tofalse(default), profiling is automatically disabled afterGrainProfilerOptionsof inactivity. Default isfalse.
