- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Configuration at runtime lets you modify APM library configuration from the Datadog UI, without needing to restart your application or service. You don’t need to wait for a new deployment or code change to update your configuration. Instead, update it right away with configuration at runtime.
APM Remote Configuration Read
and APM Remote Configuration Write
permissions.
Note: If you don’t have these permissions, ask your Datadog Admin to update your permissions from your Organization Settings.To make changes to a service’s configuration at runtime:
In Active Library Configuration, you can see which options are configured for this service and the selected environment:
In this example, you can see that Log Injection is enabled for the Staging environment across two instances. An instance refers to an instance of the Remote Configuration client. There should be one instance per process of your application.
You can tell when the configuration changes have been successfully applied by referencing the X Applied text. In this example, the configuration applied successfully to all two instances.
The following options are supported with configuration at runtime. The required tracer version is listed for each language:
Option | Java | Javascript | Python | .NET | Ruby | Go | C++ |
---|---|---|---|---|---|---|---|
Custom sampling rateSet a global sampling rate for the library usingDD_TRACE_SAMPLE_RATE . | 1.17.0+ | 4.11+ 3.32+ 2.45+ | 2.4.0+ | 2.33.0+ | 1.13.0+ | 1.59.0+ | 0.2.0+ |
Log injectionAutomatically inject trace correlation identifiers to correlate logs and traces by enablingDD_LOGS_INJECTION . | 1.17.0+ | 4.11+ 3.32+ 2.45+ | 2.6.0+ | 2.33.0+ | 1.13.0+ | ||
HTTP header tagsAdd HTTP header values as tags on traces usingDD_TRACE_HEADER_TAGS . | 1.17.0+ | 4.11+ 3.32+ 2.45+ | 2.6.0+ | 2.33.0+ | 1.13.0+ | 1.59.0+ | |
Custom span tagsAdd specified tags to each span usingDD_TAGS . | 1.31.0+ | 4.23.0+ 3.44.0+ | 2.5.0+ | 2.44.0+ | 1.59.0+ | 0.2.0+ |
추가 유용한 문서, 링크 및 기사: