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

Commit

Permalink
Fix Datadog integration update example
Browse files Browse the repository at this point in the history
  • Loading branch information
juha-aiven committed Dec 29, 2023
1 parent a65191c commit cdd457d
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 cdd457d

Please sign in to comment.