Class EngineDiagnostics
Namespace: Cephalon.Engine.Diagnostics
Assembly: Cephalon.Engine.dll
Defines the stable meter, activity source, and counter names emitted by the engine runtime.
public static class EngineDiagnosticsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”ActivitySourceName
Section titled “ ActivitySourceName”Gets the activity-source name emitted by the engine.
public const string ActivitySourceName = "Cephalon.Engine"Field Value
Section titled “Field Value”BuildActivityName
Section titled “ BuildActivityName”Gets the activity name used while building the runtime.
public const string BuildActivityName = "engine.build"Field Value
Section titled “Field Value”EngineBuildCounterName
Section titled “ EngineBuildCounterName”Gets the counter name for completed engine builds.
public const string EngineBuildCounterName = "cephalon.engine.builds"Field Value
Section titled “Field Value”ExecutionGraphTransitionCounterName
Section titled “ ExecutionGraphTransitionCounterName”Gets the counter name for execution-graph lifecycle transitions.
public const string ExecutionGraphTransitionCounterName = "cephalon.execution-graphs.transitions"Field Value
Section titled “Field Value”HostedExecutionTransitionCounterName
Section titled “ HostedExecutionTransitionCounterName”Gets the counter name for hosted-execution lifecycle transitions.
public const string HostedExecutionTransitionCounterName = "cephalon.hosted-executions.transitions"Field Value
Section titled “Field Value”MeterName
Section titled “ MeterName”Gets the meter name emitted by the engine.
public const string MeterName = "Cephalon.Engine"Field Value
Section titled “Field Value”ModuleFailureCounterName
Section titled “ ModuleFailureCounterName”Gets the counter name for module lifecycle failures.
public const string ModuleFailureCounterName = "cephalon.module.failures"Field Value
Section titled “Field Value”ModuleTransitionCounterName
Section titled “ ModuleTransitionCounterName”Gets the counter name for module lifecycle transitions.
public const string ModuleTransitionCounterName = "cephalon.module.transitions"Field Value
Section titled “Field Value”RuntimeFailureCounterName
Section titled “ RuntimeFailureCounterName”Gets the counter name for runtime lifecycle failures.
public const string RuntimeFailureCounterName = "cephalon.runtime.failures"Field Value
Section titled “Field Value”RuntimeRestartCounterName
Section titled “ RuntimeRestartCounterName”Gets the counter name for runtime restart attempts.
public const string RuntimeRestartCounterName = "cephalon.runtime.restarts"Field Value
Section titled “Field Value”RuntimeTransitionCounterName
Section titled “ RuntimeTransitionCounterName”Gets the counter name for runtime lifecycle transitions.
public const string RuntimeTransitionCounterName = "cephalon.runtime.transitions"