- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
< HH: I’ve dumped a bunch of relevant information into this page, but I haven’t organized it yet >
< HH: Some of this might be more relevant to tracing. I’ll figure that out >
7.41.1
(7.42.0
for APM sampling rate, 7.43.0
for APM Remote Instrumentation) or higher installed on your hosts or containers.Ensure your RBAC permissions include [org_management
][7], so you can enable Remote Configuration for your organization.
Ensure your RBAC permissions include [api_keys_write
][5], so you can create a new API key with the Remote Configuration capability, or add the capability to an existing API key. Contact your organization’s Datadog administrator to update your permissions if you don’t have it. A key with this capability allows you to authenticate and authorize your Agent to use Remote Configuration.
On the [Remote Configuration][8] page, enable Remote Configuration. This enables Datadog components across your organization to receive configurations from Datadog.
Note: Beginning April 8, 2024, Remote Configuration is on by default for:
To opt out of Remote Configuration use, see the [opt-out section][23].
Select an existing API key or create a new API key, and enable the Remote Configuration capability on the key. If your new organization fulfills the conditions mentioned in step 3, Remote Configuration is enabled on your API keys be default.
Update your Agent configuration file:
Note: This step is required only for Agent versions 7.46.0 or lower. Starting with Agent version 7.47.0, remote_configuration.enabled
is set to true
by default in the Agent. To opt-out of Remote Configuration use, see the [opt-out section][23].
Add the following to your configuration YAML file, specifying the API key that has Remote Configuration capability enabled:
api_key: xxx
remote_configuration:
enabled: true
Add the following to your Datadog Agent manifest, specifying the API key that has Remote Configuration capability enabled:
DD_API_KEY=xxx
DD_REMOTE_CONFIGURATION_ENABLED=true
Add the following to your Helm chart, specifying the API key that has Remote Configuration capability enabled:
datadog:
apiKey: xxx
remoteConfiguration:
enabled: true
Restart your Agent for the changes to take effect.
Configurations set by higher-priority sources take precedence in the active configuration displayed in Fleet Automation.
Sources from highest to lowest priority:
Remote Configuration
Note: Configuration changes applied through Remote Configuration are not shown in your local configuration file (datadog.yaml
).
Environment variables set by tools like Helm
Configuration files (datadog.yaml
) that are managed locally or by configuration management tools like Ansible, Chef, or Puppet
Configurations issued by higher-priority sources override configurations issued by lower-priority sources.
Fleet Automation incorporates several Datadog features, which are all enabled automatically in Agent version 7.49/6.49 or later. To ensure you have access to all of the features, upgrade your Agents to version 7.49/6.49 or later.
If you’re using an older Agent, you might still be able to enable the following Datadog features individually:
inventories_configuration_enabled
in your [Agent configuration file][2] to true
. Alternatively, use the DD_INVENTORIES_CONFIGURATION_ENABLED
environment variable.inventories_checks_configuration_enabled
in your [Agent configuration file][2] to true
. Alternatively, use the environment variable DD_INVENTORIES_CHECKS_CONFIGURATION_ENABLED
.Datadog recommends upgrading your Agents regularly to make sure you have access to the latest features.
Fleet Automation is available to all users in a Datadog organization. You can control access to specific functionality:
Permission | Description |
---|---|
API keys read | Restricts which users can view and search Agents by API key. |
Agent flare collection | Restricts which users can remotely send flares. |
For information on setting up roles and permissions, see [Access Control][5].