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

Clean up the otel config #190

Merged
merged 2 commits into from
Mar 25, 2024
Merged

Clean up the otel config #190

merged 2 commits into from
Mar 25, 2024

Conversation

bloodearnest
Copy link
Member

@bloodearnest bloodearnest commented Mar 21, 2024

The value of PYTHONPATH made no sense. And its only required to be present in the env, it can be set to nothing. So I incorporated that in the code

Likewise, set a default DJANGO_SETTINGS_MODULE in the right place.

Also flipped OTEL_EXPORTER_CONSOLE to off by default, as its very
verbose.

@bloodearnest bloodearnest force-pushed the fix-odd-config branch 2 times, most recently from 54c282d to 8ed9a9f Compare March 21, 2024 17:48
justfile Outdated Show resolved Hide resolved
dotenv-sample Show resolved Hide resolved
Copy link
Contributor

@madwort madwort left a comment

Choose a reason for hiding this comment

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

looks good, some style nits

The value PYTHONPATH made no sense. And its only required to be present
not set.  So I incorporated that in the code

Likewise, set a default DJANGO_SETTINGS_MODULE in the right place.

Also flipped OTEL_EXPORTER_CONSOLE to off by default, as its very
verbose.
@bloodearnest bloodearnest merged commit 09a8c26 into main Mar 25, 2024
7 checks passed
@bloodearnest bloodearnest deleted the fix-odd-config branch March 25, 2024 13:14
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.

2 participants