hypertrace / pythonagent

Hypertrace Python agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to pass configuration values in code

jcchavezs opened this issue · comments

Use Case

Currently there is no way to pass config values on the application code. This is specially inconvenient for users who resolve certain values in code.

Proposal

Be able to pass values to config through code and then load env vars and or config file.

Closing, this pr allows programmatic config changes:
#228