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
In order to get the docs in run-mock-test.md to work I found I either needed to first run:
git clone [email protected]:aws-observability/aws-otel-collector.git
cd aws-otel-collector
make build
cd ..
To build the collector or to patch the local/docker_compose.tpl file:
- BUILDMODE: copy
+ BUILDMODE: build
Since I wasn't sure which solution you preferred I'm opening an issue instead of a PR but I can open a PR to either update the docs or update the template to build instead of copy the collector.
The text was updated successfully, but these errors were encountered:
In order to get the docs in
run-mock-test.md
to work I found I either needed to first run:To build the collector or to patch the
local/docker_compose.tpl
file:Since I wasn't sure which solution you preferred I'm opening an issue instead of a PR but I can open a PR to either update the docs or update the template to build instead of copy the collector.
The text was updated successfully, but these errors were encountered: