TestimoX

API Reference

Class

ServiceHealthStatus

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Represents a health snapshot of the service process.

Inheritance

  • Object
  • ServiceHealthStatus

Constructors

public ServiceHealthStatus() #

Properties

public DateTimeOffset Utc { get; set; } #

Snapshot time in UTC.

public String Version { get; set; } #

Service version string.

public String Hostname { get; set; } #

Host name.

public Int64 UptimeSeconds { get; set; } #

Uptime in seconds.

public String LastError { get; set; } #

Last error string (if any).

public String ConfigHash { get; set; } #

Config hash string (if any).

public ServiceProcessHealth Process { get; set; } #

Process metrics.