Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HealthStatistics

Package version

The health statistics of an entity, returned as part of the health query result when the query description is configured to include statistics. The statistics include health state counts for all children types of the current entity. For example, for cluster, the health statistics include health state counts for nodes, applications, services, partitions, replicas, deployed applications and deployed service packages. For partition, the health statistics include health counts for replicas.

Hierarchy

  • HealthStatistics

Index

Properties

Optional healthStateCountList

healthStateCountList: EntityKindHealthStateCount[]

List of health state counts per entity kind, which keeps track of how many children of the queried entity are in Ok, Warning and Error state.

Generated using TypeDoc