SDK Configurations

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Overview

The SDK Configurations view shows the active configurations of SDKs per service. Configurations are automatically reported from the SDKs. Use the view to:

  • Troubleshoot instrumentation issues, including where configurations are inconsistent across instances of a service.
  • Validate that a configuration change was deployed correctly across intended instances.
  • Identify the source of a configuration value to help fix misconfigurations.
  • Discover available configuration options and how they are set.

Access SDK configurations

To view SDK configurations for a service:

  1. Navigate to APM > Services.
  2. Open the Service Page for your service.
  3. Go to Service Config > SDK & Agent Configurations tab.

The SDK Configurations section displays configurations for active instances of the service.

Configuration sources

The configuration source shows where a given value is configured:

SourceDescription
Remote Configuration at RuntimeSet through the Datadog UI using Configuration at Runtime
CodeSet in application code
Remote Fleet AutomationApplied remotely at the host level through Fleet Automation
Local environment variableSet through an environment variable (or system property) in the runtime environment
Local fileSet in a local configuration file
DefaultDefault value provided by the SDK

Missing configuration data

Telemetry data is not available in the following situations:

  • No service instances have been active in the last 15 minutes.
  • Instrumentation telemetry has been disabled in configuration.
  • The instrumentation telemetry intake endpoint is not accessible (see Network Destinations).
  • The service name is manually set on spans (a Service Override).