Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

Prerequisites

LanguageLibraryMinimal tracer versionRecommended tracer versionMinimal Lambda Library version
JavaSNS (v1)1.31.01.42.2 or laterNot supported
SNS (v2)1.31.01.42.2 or laterNot supported
Node.jsclient-sns3.47.0 or 4.26.0 or 5.2.05.18.0 or laterNot supported
PythonBotocore1.20.02.8.0 or later112
.NETAmazon SNS SDK3.6.03.6.0 or laterNot supported

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.