-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
kind/feature-requestFeature request related issueFeature request related issue
Description
Is your feature request related to a problem? Please describe.
The API returns the error tracking billing information in the error_tracking_sum field, but this is not automatically unmarshalled / parsed by the Datadog SDK.
Describe the solution you'd like
The response returned by datadogV1.UsageMeteringApi.GetUsageBillableSummary
supports all fields returned by the Datadog API.
Describe alternatives you've considered
We can workaround this with the AdditionalProperties field, but it's a bit manual/messy.
Additional context
API documentation: https://docs.datadoghq.com/api/latest/usage-metering/#get-monthly-cost-attribution
Metadata
Metadata
Assignees
Labels
kind/feature-requestFeature request related issueFeature request related issue