From 4267f845b4923e3e3746f5a9d99d823f0158ba65 Mon Sep 17 00:00:00 2001 From: okankoAMZ <107267850+okankoAMZ@users.noreply.github.com> Date: Wed, 10 Jul 2024 17:07:28 -0400 Subject: [PATCH] Update metrics_collection_interval for Kafka to 10 seconds --- .../agent_configs/jmx_kafka_config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/metric_value_benchmark/agent_configs/jmx_kafka_config.json b/test/metric_value_benchmark/agent_configs/jmx_kafka_config.json index 53076a3fa..4282a701a 100644 --- a/test/metric_value_benchmark/agent_configs/jmx_kafka_config.json +++ b/test/metric_value_benchmark/agent_configs/jmx_kafka_config.json @@ -1,6 +1,7 @@ { "agent": { - "debug": true + "debug": true, + "metrics_collection_interval": 10 }, "metrics": { "namespace": "MetricValueBenchmarkJMXTest", @@ -72,4 +73,4 @@ ] } } -} \ No newline at end of file +}