We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting 403 response from Datadog API when trying to use API reporter as described in https://kamon.io/docs/latest/reporters/datadog/#api-reporter I've checked the reporter code and it looks the way api-key is being passed is probably outdated: https://github.com/kamon-io/Kamon/blob/master/reporters/kamon-datadog/src/main/scala/kamon/datadog/package.scala#L69 The current implementation passes the api-key as an api_key query parameter, while according to the Datadog docs the api-key should be passed using DD-API-KEY header.
api-key
api_key
DD-API-KEY
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting 403 response from Datadog API when trying to use API reporter as described in https://kamon.io/docs/latest/reporters/datadog/#api-reporter
I've checked the reporter code and it looks the way
api-key
is being passed is probably outdated: https://github.com/kamon-io/Kamon/blob/master/reporters/kamon-datadog/src/main/scala/kamon/datadog/package.scala#L69The current implementation passes the api-key as an
api_key
query parameter, while according to the Datadog docs the api-key should be passed usingDD-API-KEY
header.The text was updated successfully, but these errors were encountered: