Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def main(regex):
2. Set the following environment variables (in a safe way):
export DD_API_KEY=XXXXX
export DD_APP_KEY=XXXXX
See Create API and APP keys here: https://docs.datadoghq.com/account_management/api-app-keys
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The documentation sentence "See Create API and APP keys here:" is grammatically incomplete. It should either read "See how to create API and APP keys here:" or "Create API and APP keys here:" for better clarity and grammatical correctness.

Suggested change
See Create API and APP keys here: https://docs.datadoghq.com/account_management/api-app-keys
See how to create API and APP keys here: https://docs.datadoghq.com/account_management/api-app-keys

Copilot uses AI. Check for mistakes.
(API key creation requires elevated Datadog permissions—raise a helpdesk ticket or contact a Datadog admin.)
See https://docs.datadoghq.com/api/latest/?code-lang=python for more details.

\b
Expand Down
Loading