Website: Add support for new usage statistic (#28384)

Closes: #28255

Changes:
- Updated the receive-usage-analytics webhook to support a new input
`numHostsABMPending`
- Added a `numHostsABMPending` attribute to the
`HistoricalUsageSnapshot` model
This commit is contained in:
Eric
2025-04-24 00:34:21 -05:00
committed by GitHub
parent 004027cca2
commit d5bf210354
2 changed files with 2 additions and 0 deletions
@@ -44,6 +44,7 @@ module.exports = {
maintenanceWindowsConfigured: {type: 'boolean', defaultsTo: false },
numHostsFleetDesktopEnabled: {type: 'number', defaultsTo: 0 },
numQueries: {type: 'number', defaultsTo: 0 },
numHostsABMPending: {type: 'number', defaultsTo: 0 },
},
+1
View File
@@ -48,6 +48,7 @@ module.exports = {
maintenanceWindowsConfigured: {required: true, type: 'boolean'},
numHostsFleetDesktopEnabled: {required: true, type: 'number'},
numQueries: {required: true, type: 'number' },
numHostsABMPending: {required: true, type: 'number' },
// ╔═╗╔╦╗╔╗ ╔═╗╔╦╗╔═╗
// ║╣ ║║║╠╩╗║╣ ║║╚═╗