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

Allow use of DD_TAGS environment variable for constant tags #702

Open
nrmitchi opened this issue Nov 30, 2021 · 1 comment · May be fixed by #703
Open

Allow use of DD_TAGS environment variable for constant tags #702

nrmitchi opened this issue Nov 30, 2021 · 1 comment · May be fixed by #703
Labels
kind/bug Bug related issue stale/exempt Exempt from being marked as stale

Comments

@nrmitchi
Copy link

DD_TAGS is the common environment variable used for constant tagging in other datadog services (such as APM), and is what is referenced in most documentation.

This library uses DATADOG_TAGS, and does not support DD_TAGS.

Documentation for assigning tags references DD_TAGS, but does not mention DATADOG_TAGS.

Expected behavior
Constant tagging for metrics created should utilize the same environment values as other datadog services.

We shouldn't have to specify multiple environment variables with the same values.

@nrmitchi nrmitchi added the kind/bug Bug related issue label Nov 30, 2021
@nrmitchi nrmitchi linked a pull request Dec 1, 2021 that will close this issue
6 tasks
@github-actions
Copy link

Thanks for your contribution!

This issue has been automatically marked as stale because it has not had activity in the last 30 days. Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. Thank you for participating in the Datadog open source community.

If you would like this issue to remain open:

  1. Verify that you can still reproduce the issue in the latest version of this project.

  2. Comment that the issue is still reproducible and include updated details requested in the issue template.

@github-actions github-actions bot added the stale Stale - Bot reminder label Dec 31, 2021
@jirikuncar jirikuncar added stale/exempt Exempt from being marked as stale and removed stale Stale - Bot reminder labels Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Bug related issue stale/exempt Exempt from being marked as stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants