You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have had a little bit of a trouble getting elastic/apm-server:7.7.0 image working with tox. One problem I am not able to workaround easily is configuration by environment variables using the variables set by tox-docker.
If the host and port environment variables were available for substitution during setenv it would be helpful:
Attempting to set ELASTIC_APM_SERVER_URL to the connection string for apm-server raises tox.exception.MissingSubstitution: MissingSubstitution: ELASTIC_APM_SERVER_HOST.
Here is the relavent configuration to run the apm-server image:
I think this may be really difficult -- pinging @tox-dev/maintainers in case you have any ideas? The values of the env vars isn't known until after tox_runtest_pre runs, which I believe is after all the config value substitution.
Have had a little bit of a trouble getting
elastic/apm-server:7.7.0
image working with tox. One problem I am not able to workaround easily is configuration by environment variables using the variables set by tox-docker.If the host and port environment variables were available for substitution during
setenv
it would be helpful:Attempting to set
ELASTIC_APM_SERVER_URL
to the connection string for apm-server raisestox.exception.MissingSubstitution: MissingSubstitution: ELASTIC_APM_SERVER_HOST
.Here is the relavent configuration to run the apm-server image:
The text was updated successfully, but these errors were encountered: