Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HealthStateCount

Package version

Represents information about how many health entities are in Ok, Warning and Error health state.

Hierarchy

  • HealthStateCount

Index

Properties

Optional errorCount

errorCount: undefined | number

The number of health entities with aggregated health state Error.

Optional okCount

okCount: undefined | number

The number of health entities with aggregated health state Ok.

Optional warningCount

warningCount: undefined | number

The number of health entities with aggregated health state Warning.

Generated using TypeDoc