- 필수 기능
- 시작하기
- 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+=`On a Linux host or VM, use Single Step Instrumentation (SSI) for APM to install the Datadog Agent and instrument your applications in one step, with no additional configuration required.
To enable APM on a Linux host:
In Datadog, go to the Install the Datadog Agent on Linux page.
In the Customize your observability coverage section, go to Additional features > Application Observability, and turn on APM Instrumentation.
Copy and run the Agent installation command on your Linux host or VM.
Restart your applications.
By default, Single Step Instrumentation installs the latest major versions of Datadog APM SDKs. Minor version updates are applied automatically when they become available.
You may want to customize SDK versions based on your application’s language version or specific environment requirements. You can control the major and minor versions used by customizing library versions during setup.
To customize tracer versions:
In Datadog, go to the Install the Datadog Agent on Linux page.
After you turn on APM Instrumentation, click Customize library versions.
Find your language(s) and use the dropdown to either:
Copy and run the updated installation command.
In Datadog, go to the Install the Datadog Agent on Linux page.
After you turn on APM Instrumentation, set your desired library versions with the DD_APM_INSTRUMENTATION_LIBRARIES
variable in your Agent installation command:
DD_API_KEY=<YOUR_DD_API_KEY>
DD_SITE="US1-FED"
DD_APM_INSTRUMENTATION_ENABLED=host
DD_APM_INSTRUMENTATION_LIBRARIES="java:1,python:2,js:5,dotnet:3,php:1"
bash -c "$(curl -L https://install.datadoghq.com/scripts/install_script_agent7.sh)"
Find your language(s) and use the dropdown to either:
Copy and run the updated installation command.
Available versions are listed in source repositories for each language:
Unified Service Tags (USTs) apply consistent tags across traces, metrics, and logs, making it easier to navigate and correlate your observability data. Learn how to set USTs for Linux services.
After SSI loads the Datadog SDK into your applications and enables distributed tracing, you can configure additional products that rely on the SDK. These include capabilities such as Continuous Profiler, Application Security Monitoring, and trace ingestion controls.
Use one of the following setup methods:
Configure in application_monitoring.yaml
:
Enable products across all services on a host without modifying application command lines.
Enable products by setting environment variables directly in your application configuration.
To stop producing traces for all services on your infrastructure:
dd-host-install --uninstall
If you encounter problems enabling APM with SSI, see the SSI troubleshooting guide.
추가 유용한 문서, 링크 및 기사: