- 필수 기능
- 시작하기
- 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+=`Language | Library | Minimal tracer version | Recommended tracer version |
---|---|---|---|
Java | kafka-clients (Lag generation is not supported for v3.7) | 1.9.0 | 1.43.0 |
Go | confluent-kafka-go | 1.56.1 | 1.66.0 or later |
Sarama | 1.56.1 | 1.66.0 or later | |
Node.js | kafkajs | 2.39.0 or 3.26.0 or 4.5.0 | 5.25.0 or later |
Python | confluent-kafka | 1.16.0 | 2.11.0 or later |
.NET | Confluent.Kafka | 2.28.0 | 2.41.0 or later |
Instrumenting your consumers and producers with Data Streams Monitoring allows you to view your topology and track your pipelines with ready-to-go metrics independently of how Kafka is deployed. Additionally, the following Kafka deployments have further integration support, providing more insights into the health of your Kafka cluster:
Model | Integration |
---|---|
Self Hosted | Kafka Broker & Kafka Consumer |
Confluent Platform | Confluent Platform |
Confluent Cloud | Confluent Cloud |
Amazon MSK | Amazon MSK or Amazon MSK (Agent) |
Red Panda | Not yet integrated |
See setup instructions for Java, Go, Node.js, Python, or .NET.
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.