Skip to content
New issue

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

Add DD_ prefix from Datadog APM with instructions #373

Merged
merged 4 commits into from
Jun 5, 2019

Conversation

burningion
Copy link
Contributor

Adds a check for the DD_ prefix to environment variables we have in Datadog APM.

Also adds an explanation with an example of how to use environment variables in datadogpy to README.

@zippolyte zippolyte force-pushed the kirk.kaiser/add-apm-environment-variables branch from 5cd5268 to 540cb86 Compare June 4, 2019 16:22
README.md Outdated
Environment Variables
---------------------

As an alternate method to using the `initialize` function with the `options` parameters, set the environment variables `DATADOG_API_KEY`, and `DATADOG_APP_KEY` within the context of your application.
Copy link
Contributor

Choose a reason for hiding this comment

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

DATADOG_API_KEY, and DATADOG_APP_KEY <= do we need the ,?

burningion and others added 4 commits June 4, 2019 19:20
Adds the DD_ prefix we have from APM, and adds explaination how to use environment variables in datadogpy
@zippolyte zippolyte force-pushed the kirk.kaiser/add-apm-environment-variables branch from 62fc9c5 to 94451cd Compare June 4, 2019 17:21
@zippolyte zippolyte merged commit 2a57218 into master Jun 5, 2019
@zippolyte zippolyte deleted the kirk.kaiser/add-apm-environment-variables branch June 5, 2019 13:25
dabcoder pushed a commit to dabcoder/datadogpy that referenced this pull request Oct 25, 2019
* Add DD_ prefix from APM with instructions

Adds the DD_ prefix we have from APM, and adds explaination how to use environment variables in datadogpy

* Fix spaces in whitespace for flake8

* remove whitespace

* remove comma
dabcoder pushed a commit to dabcoder/datadogpy that referenced this pull request Nov 28, 2019
* Add DD_ prefix from APM with instructions

Adds the DD_ prefix we have from APM, and adds explaination how to use environment variables in datadogpy

* Fix spaces in whitespace for flake8

* remove whitespace

* remove comma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants