- 필수 기능
- 시작하기
- 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+=`The following functionality is in Preview.
On Linux hosts that use Single Step Instrumentation (SSI), you can enable or disable Datadog SDK-dependent products at the host level with the application_monitoring.yaml
file. All instrumented services on the host inherit these settings.
Ensure the application_monitoring.yaml
file exists at the following path:
/etc/datadog-agent/application_monitoring.yaml
To enable or disable products, define them under the apm_configuration_default
block and set them to true
or false
.
Note: If a product is enabled through environment variables set on the SDK, those values override the settings in application_monitoring.yaml
.
As an example, the following enables profiling and Data Streams Monitoring, and disables tracing:
apm_configuration_default:
DD_PROFILING_ENABLED: true
DD_DATA_STREAMS_ENABLED: true
DD_APM_TRACING_ENABLED: false
The following table lists the products and their respective configuration keys:
Product | Configuration key |
---|---|
APM Tracing | DD_APM_TRACING_ENABLED |
Continuous Profiler | DD_PROFILING_ENABLED |
Data Streams Monitoring | DD_DATA_STREAMS_ENABLED |
App and API Protection (AAP) | DD_APPSEC_ENABLED |
Code Security (IAST) | DD_IAST_ENABLED |
Data Jobs Monitoring | DD_DATA_JOBS_ENABLED |
Software Composition Analysis | DD_APPSEC_SCA_ENABLED |
The following minimum SDK versions support configuration via application_monitoring.yaml
:
Language | Minimum SDK version |
---|---|
Java | v1.47.0 |
Python | v3.2.0 |
Node.js | v5.41.0 |
.NET | Not yet supported |
PHP | v1.8.0 |
Ruby | Not yet supported |
Go | Not yet supported |
추가 유용한 문서, 링크 및 기사: