Click or drag to resize

AxiomDiagnosticHealthMetrics Class

Contains Axiom diagnostic health metrics
Inheritance Hierarchy
SystemObject
  Canary.Axiom.Shared.DiagnosticHealthAxiomDiagnosticHealthMetrics

Namespace: Canary.Axiom.Shared.DiagnosticHealth
Assembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public class AxiomDiagnosticHealthMetrics

The AxiomDiagnosticHealthMetrics type exposes the following members.

Constructors
 NameDescription
Public methodAxiomDiagnosticHealthMetricsInitializes a new instance of the AxiomDiagnosticHealthMetrics class
Top
Properties
 NameDescription
Public propertyLifetimeSessionsAverageDurationHoursAverage session duration in hours since the service started.
Public propertyLifetimeSessionsCountNumber of sessions created since service started.
Public propertyReportsFailedSinceLastRequestNumber of reports that failed since last request.
Public propertyReportsSuccessSinceLastRequestNumber of reports that completed successfully since last request.
Public propertyReportsTriggeredSinceLastRequestNumber of reports that were triggered since last request.
Public propertySessionsAddedSinceLastRequestNumber of sessions added since the last request.
Public propertySessionsCountNumber of sessions that are currently active.
Public propertySessionsCpuPercentPercent (0-100) of CPU used by all child session processes.
Public propertySessionsMemoryPercentPercent (0-100) of memory used by all child session processes.
Public propertySessionsMemoryWorkingSetMBMB of memory working set used by all child session processes.
Public propertySessionsRemovedSinceLastRequestNumber of sessions that were removed since the last request.
Public propertySessionsTagsCountNumber of tags used by all child session processes.
Public propertySessionsThreadCountNumber of threads used by all child session processes.
Public propertyUsersCountNumber of users using the service
Top
Methods
 NameDescription
Public methodGetAll Returns all of the metrics defined in this class.
Top
See Also