From cdd457d908c0ec8bc853749ba8ecb10fd878ac37 Mon Sep 17 00:00:00 2001 From: Juha Mynttinen Date: Fri, 29 Dec 2023 15:27:22 +0200 Subject: [PATCH] Fix Datadog integration update example --- docs/products/kafka/howto/datadog-customised-metrics.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/products/kafka/howto/datadog-customised-metrics.rst b/docs/products/kafka/howto/datadog-customised-metrics.rst index fdde87aad3..54077ca1b5 100644 --- a/docs/products/kafka/howto/datadog-customised-metrics.rst +++ b/docs/products/kafka/howto/datadog-customised-metrics.rst @@ -57,9 +57,9 @@ As example to sent the ``kafka.log.log_size`` and ``kafka.log.log_end_offset`` m .. code:: - avn service integration-update \ - -c kafka_custom_metrics=['kafka.log.log_size','kafka.log.log_end_offset'] \ - -c include_topics=['topic1','topic2'] \ + avn service integration-update \ + -c kafka_custom_metrics="['kafka.log.log_size','kafka.log.log_end_offset']" \ + -c include_topics="['topic1','topic2']" \ INTEGRATION_ID Once the update is successful and metrics have been collected and pushed, you should see them in your Datadog explorer.