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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user