mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: fix typo in send-aggregated-metrics-to-datadog script (#21915)
Changes: - Fixed a typo in the `send-aggregated-metrics-to-datadog` script
This commit is contained in:
parent
4fb0fd5ede
commit
93131d3e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ module.exports = {
|
|||
});
|
||||
// maintenanceWindowsConfigured
|
||||
let numberOfInstancesWithMaintenanceWindowsConfigured = _.where(latestStatisticsReportedByReleasedFleetVersions, {maintenanceWindowsEnabled: true}).length;
|
||||
let numberOfInstancesWithoutMaintenanceWindowsConfigured = numberOfInstancesToReport - numberOfInstancesWithMaintenanceWindowsEnabled;
|
||||
let numberOfInstancesWithoutMaintenanceWindowsConfigured = numberOfInstancesToReport - numberOfInstancesWithMaintenanceWindowsConfigured;
|
||||
metricsToReport.push({
|
||||
metric: 'usage_statistics.maintenance_windows_configured',
|
||||
type: 3,
|
||||
|
|
|
|||
Loading…
Reference in a new issue