Open
Description
Currently while running Tilt, the apm-server.yml
file is referred from inside the docker container and there's no way to override APM Server settings. As a user one should be able to provide a custom apm-server.yml
file (or the one present at project root) which could be volume mounted or somehow referenced while running the docker container.
Suggestion from @marclop is to invest time in a Helm Chart to achieve the same.