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

Fix cartservice ConfigHelper.GetBoolEnvVar #105

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

pjanotti
Copy link

@pjanotti pjanotti commented Aug 4, 2022

There was a bug on ConfigHelper.GetBoolEnvVar. It "worked" as intended until during the PR we changed the defaults. Fixing this so we can leverage the OPTIMIZE_* env vars for demo scenarios.

@@ -51,6 +51,8 @@ spec:
value: "http://$(NODE_IP):9943/v2/datapoint"
- name: SIGNALFX_PROFILER_ENABLED
value: "true"
- name: SIGNALFX_PROFILER_CALL_STACK_INTERVAL
value: "1000"
Copy link
Author

Choose a reason for hiding this comment

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

Opportunistic change to allow quicker demo.

@dmitryax dmitryax merged commit 1be8abe into signalfx:main Aug 5, 2022
@pjanotti pjanotti deleted the fix-cartservice-env-var-config- branch January 4, 2023 22:27
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