Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2405 from aiven/juham-fix-datadog-integration-upd…
Browse files Browse the repository at this point in the history
…ate-example

Fix Datadog integration update example
  • Loading branch information
harshini-rangaswamy authored Jan 8, 2024
2 parents 75ac435 + cdd457d commit 1618019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/products/kafka/howto/datadog-customised-metrics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1618019

Please sign in to comment.