You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a developer building an app that needs to connect to DataDog
Additional details
A link about Datadog's authentication can be found here.
Some methods require both an API Key and an Authentication Key, i.e. their Metrics endpoint. Because of this, we could have one method that supports just the DD-API-KEY, and one that supports both the DD-API-KEY and DD-APPLICATION-KEY.
Use case
I am a developer building an app that needs to connect to DataDog
Additional details
A link about Datadog's authentication can be found here.
Some methods require both an API Key and an Authentication Key, i.e. their Metrics endpoint. Because of this, we could have one method that supports just the
DD-API-KEY
, and one that supports both theDD-API-KEY
andDD-APPLICATION-KEY
.Acceptance criteria
The text was updated successfully, but these errors were encountered: