Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Prerequisites

LanguageLibraryMinimal tracer versionRecommended tracer version
JavaSNS (v1)1.31.01.42.2 or later
SNS (v2)1.31.01.42.2 or later
Node.jsclient-sns3.47.0 or 4.26.0 or 5.2.05.18.0 or later
PythonBotocore1.20.02.8.0 or later
.NETAmazon SNS SDK3.6.03.6.0 or later

Setting up Data Streams Monitoring

See setup instructions for Java, Node.js, Python, or .NET.

For Java, perform the following additional configuration steps:

  • Set the environment variable DD_TRACE_SQS_BODY_PROPAGATION_ENABLED to true.

    For example:

    environment:
      - DD_DATA_STREAMS_ENABLED: "true"
      - DD_TRACE_REMOVE_INTEGRATION_SERVICE_NAMES_ENABLED: "true"
      - DD_TRACE_SQS_BODY_PROPAGATION_ENABLED: "true"
    
  • Ensure that you are using Java tracer v1.44.0+.

Monitoring SNS-to-SQS pipelines

To monitor a data pipeline where Amazon SNS talks directly to Amazon SQS, you must enable Amazon SNS raw message delivery.

PREVIEWING: lucas.kretvix/dsm-add-new-tech-pages