Datadog¶
To manage Datadog costs, you need to create an API key and an Application Key for your Organization, or Parent Organization (if you have Multiple-Organization Accounts), with usage_read
permission. You can find the documentation here. Add the following settings to app-config.yaml
:
YAML
backend:
infraWallet:
integrations:
datadog:
- name: <unique_name_of_this_integration>
apiKey: <your_api_key>
applicationKey: <your_application_key>
ddSite: <your_site> # e.g. https://api.datadoghq.eu
Datadog doesn't provide daily costs. Current daily costs are calculated by monthly costs/number of days in that month
.