diff --git a/config/performance-analyzer.properties b/config/performance-analyzer.properties index 3ef0461b4..7585398d3 100644 --- a/config/performance-analyzer.properties +++ b/config/performance-analyzer.properties @@ -44,3 +44,8 @@ plugin-stats-metadata = plugin-stats-metadata # Agent Stats Metadata file name, expected to be in the same location agent-stats-metadata = agent-stats-metadata +# Flag to enable/disable telemetry collectors +telemetry-collectors-enabled = true + +# Flag to enable/disable RCA collectors +rca-collectors-enabled = false \ No newline at end of file