Makefile 328 B

12345678
  1. include ../../Makefile.Common
  2. local-run-example:
  3. cd ../../ && GOOS=linux go build -o ./local/otelcontribcol ./cmd/otelcontribcol
  4. cd example && docker-compose up -d
  5. recreate-otel-collector:
  6. cd ../../ && GOOS=linux go build -o ./local/otelcontribcol ./cmd/otelcontribcol
  7. cd example && docker-compose up --build otelcollector