Metrics not showing in the Operational Intelligence Insight Explorer.DescriptionMetrics not showing in the Operational Intelligence Insight Explorer.Steps to Reproduce Send metrics for CIConfirm the new metric cannot be found in Insight ExplorerCheck node logs for errors like: MetricDataWriter : Failed to write data for Subject <some subject id> - cmdb_ci_win_server - java.lang.IndexOutOfBoundsException: Index: 187, Size: 31.. WorkaroundImport attached script "MetricSchemaDefinitionCorrector" The script has a "dryMode" flag to allow to run without any changes. Hardcoded default is false. First run script via scripts - background, or fix script, with dryMode = true to see how many schemas should be fixedNext run the script not in dryMode, set dryMode = false, to fix the schemasExample script call: var corrector = new MetricSchemaDefinitionCorrector();corrector.process(); Related Problem: PRB1424165