Skip to content

Commit 3e5f600

Browse files
author
mike dupont
committed
betting on this one
1 parent 6db5953 commit 3e5f600

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ COPY --from=builder /app/pnpm-workspace.yaml ./
6565
COPY --from=builder /app/.npmrc ./
6666
COPY --from=builder /app/turbo.json ./
6767
COPY --from=builder /app/node_modules ./node_modules
68+
COPY --from=builder /app/vendor ./vendor
6869
COPY --from=builder /app/agent ./agent
6970
COPY --from=builder /app/client ./client
7071
COPY --from=builder /app/lerna.json ./

README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11

2-
"signoz": "OTEL_EXPORTER_OTLP_HEADERS=\"signoz-ingestion-key=9085f38b-c90d-42de-9560-bb69d0ee79e1\" node -r ./tracing.js app.js"
2+
```
3+
docker build . -t testlocal
4+
```
5+
6+
or
7+
`docker build . `
8+
noting the hash `sha256:66c7d1cd1ce6925e2fcad963ecfc2c97e62dad34217a0b2644143b50838aa081 ` and tagging it like this
9+
followed by
10+
`docker tag sha256:66c7d1cd1ce6925e2fcad963ecfc2c97e62dad34217a0b2644143b50838aa081 testlocal`
11+
12+
now add to the env file
13+
`AGENT_IMAGE=testlocal`
14+
or export it
15+
`export AGENT_IMAGE=testlocal`
16+
17+
Run locally
18+
`bash systemd/agent-docker-local.sh`
19+
20+
21+
22+
23+
`docker exec -it agent-docker.service bash`
24+
25+
326

427
```
528
strace -o straces1 -f -e statx,openat,execve,newfstatat,fcntl,ioctl,readlink,access,fstat pnpm start:debug

0 commit comments

Comments
 (0)