@openscout/scout 0.2.68 → 0.2.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -749,6 +749,17 @@ async function fetchHealthSnapshot(config) {
749
749
  nodes: payload.counts.nodes ?? 0,
750
750
  actors: payload.counts.actors ?? 0,
751
751
  agents: payload.counts.agents ?? 0,
752
+ agentRecords: payload.counts.agentRecords,
753
+ rawAgentRecords: payload.counts.rawAgentRecords,
754
+ configuredAgents: payload.counts.configuredAgents,
755
+ scoutManagedAgents: payload.counts.scoutManagedAgents,
756
+ currentAgentRegistrations: payload.counts.currentAgentRegistrations,
757
+ localAgentRegistrations: payload.counts.localAgentRegistrations,
758
+ remoteAgentRegistrations: payload.counts.remoteAgentRegistrations,
759
+ staleAgentRegistrations: payload.counts.staleAgentRegistrations,
760
+ retiredAgentRegistrations: payload.counts.retiredAgentRegistrations,
761
+ oneTimeAgentCards: payload.counts.oneTimeAgentCards,
762
+ persistentAgentCards: payload.counts.persistentAgentCards,
752
763
  conversations: payload.counts.conversations ?? 0,
753
764
  messages: payload.counts.messages ?? 0,
754
765
  flights: payload.counts.flights ?? 0,
@@ -735,6 +735,17 @@ async function fetchHealthSnapshot(config) {
735
735
  nodes: payload.counts.nodes ?? 0,
736
736
  actors: payload.counts.actors ?? 0,
737
737
  agents: payload.counts.agents ?? 0,
738
+ agentRecords: payload.counts.agentRecords,
739
+ rawAgentRecords: payload.counts.rawAgentRecords,
740
+ configuredAgents: payload.counts.configuredAgents,
741
+ scoutManagedAgents: payload.counts.scoutManagedAgents,
742
+ currentAgentRegistrations: payload.counts.currentAgentRegistrations,
743
+ localAgentRegistrations: payload.counts.localAgentRegistrations,
744
+ remoteAgentRegistrations: payload.counts.remoteAgentRegistrations,
745
+ staleAgentRegistrations: payload.counts.staleAgentRegistrations,
746
+ retiredAgentRegistrations: payload.counts.retiredAgentRegistrations,
747
+ oneTimeAgentCards: payload.counts.oneTimeAgentCards,
748
+ persistentAgentCards: payload.counts.persistentAgentCards,
738
749
  conversations: payload.counts.conversations ?? 0,
739
750
  messages: payload.counts.messages ?? 0,
740
751
  flights: payload.counts.flights ?? 0,