Describes overall Fishjam health

Export

HealthReport

interface HealthReport {
    distribution: HealthReportDistribution;
    gitCommit: string;
    status: HealthReportStatus;
    uptime: number;
    version: string;
}

Properties

Memberof

HealthReport

gitCommit: string

Commit hash of the build

Memberof

HealthReport

Memberof

HealthReport

uptime: number

Uptime of Fishjam (in seconds)

Memberof

HealthReport

version: string

Version of Fishjam

Memberof

HealthReport