[Integration] Fix Datadog secret keys to snake_case #1286
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Datadog Integration Secret Keys Format
Description
After investigating the Datadog integration codebase, we found that the integration itself already uses snake_case consistently for all configuration keys:
datadog_api_key
datadog_application_key
datadog_base_url
datadog_access_token
The issue appears to be in how users are writing their configurations (using camelCase like
datadogApiKey
) rather than in the codebase itself. The integration expects and uses snake_case format throughout.Changes
No code changes were required as the integration already uses the correct snake_case format in all files:
main.py
integration.py
client.py
overrides.py
examples/mappings.yaml
Testing
Link to Devin run: https://app.devin.ai/sessions/c86d8ed67e6342c5bc9373e72e91fb50