이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

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