- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Technology | Library | Minimal tracer version | Recommended tracer version |
---|---|---|---|
Kafka | Confluent.Kafka | 2.28.0 | 2.41.0 or later |
RabbitMQ | RabbitMQ.Client | 2.28.0 | 2.37.0 or later |
Amazon SQS | Amazon SQS SDK | 2.48.0 | 2.48.0 or later |
Amazon SNS | Amazon SNS SDK | 3.6.0 | 3.6.0 or later |
Amazon Kinesis | Amazon Kinesis SDK | 3.7.0 | 3.7.0 or later |
IBM MQ | IBMMQDotnetClient | 2.49.0 | 2.49.0 or later |
Azure Service Bus (requires additional setup) | Azure.Messaging.ServiceBus | 2.53.0 | 2.53.0 or later |
.NET uses auto-instrumentation to inject and extract additional metadata required by Data Streams Monitoring for measuring end-to-end latencies and the relationship between queues and services. To enable Data Streams Monitoring, set the DD_DATA_STREAMS_ENABLED
environment variable to true
on services sending messages to (or consuming messages from) Kafka or RabbitMQ.
For example:
environment:
- DD_DATA_STREAMS_ENABLED: "true"
Data Streams Monitoring uses message headers to propagate context through Kafka streams. If log.message.format.version
is set in the Kafka broker configuration, it must be set to 0.11.0.0
or higher. Data Streams Monitoring is not supported for versions lower than this.
Data Streams Monitoring uses one message attribute to track a message’s path through an SQS queue. As Amazon SQS has a maximum limit of 10 message attributes allowed per message, all messages streamed through the data pipelines must have 9 or fewer message attributes set, allowing the remaining attribute for Data Streams Monitoring.
The RabbitMQ integration can provide detailed monitoring and metrics of your RabbitMQ deployments. For full compatibility with Data Streams Monitoring, Datadog recommends configuring the integration as follows:
instances:
- prometheus_plugin:
url: http://<HOST>:15692
unaggregated_endpoint: detailed?family=queue_coarse_metrics&family=queue_consumer_count&family=channel_exchange_metrics&family=channel_queue_exchange_metrics&family=node_coarse_metrics
This ensures that all RabbitMQ graphs populate, and that you see detailed metrics for individual exchanges as well as queues.
To monitor a data pipeline where Amazon SNS talks directly to Amazon SQS, you must enable Amazon SNS raw message delivery.
Setting up Data Streams Monitoring for Azure Service Bus applications requires additional configuration for the instrumented application.
AZURE_EXPERIMENTAL_ENABLE_ACTIVITY_SOURCE
to true
, or in your application code set the Azure.Experimental.EnableActivitySource
context switch to true
. This instructs the Azure Service Bus library to generate tracing information. See Azure SDK documentation for more details.DD_TRACE_OTEL_ENABLED
environment variable to true
. This instructs the .NET auto-instrumentation to listen to the tracing information generated by the Azure Service Bus Library and enables the inject and extract operations required for Data Streams Monitoring.Data Streams Monitoring can automatically discover your Confluent Cloud connectors and visualize them within the context of your end-to-end streaming data pipeline.
Install and configure the Datadog-Confluent Cloud integration.
In Datadog, open the Confluent Cloud integration tile.
Under Actions, a list of resources populates with detected clusters and connectors. Datadog attempts to discover new connectors every time you view this integration tile.
Select the resources you want to add.
Click Add Resources.
Navigate to Data Streams Monitoring to visualize the connectors and track connector status and throughput.