Obs/bin/TestObservability/HelperFiles/TestConfig.json

{
  "TestTenantJSON": {
    "Categories": [ "Telemetry", "Diagnostics" ],
    "Repair": "false"
  },
  "TestGMAConfig": {
    "Categories": [ "Telemetry", "Diagnostics" ],
    "Repair": "false"
  },
  "TestWatchdog": {
    "Categories": [ "Telemetry", "Diagnostics" ],
    "Repair": "true",
    "RepairDescription": "First retry starting services that are not running. If that doesn't work, test if AllowTelemetry reg key exists, and if not, recreate it."
  },
  "TestIMDS": {
    "Categories": "Telemetry",
    "Repair": "false"
  },
  "TestScheduledTasksMAConfig": {
    "Categories": "Telemetry",
    "Repair": "false"
  },
  "TestObservabilityVolume": {
    "Categories": "Telemetry",
    "Repair": "true",
    "RepairDescription": "If $env:SystemDrive\\Observability folder exists and the folder size is above 30gb, run the pruner to delete older files. Then validate that the size decreased by at least 20%, and is less than 30gb."
  }
}