Coroot doesn't recognize coroot-node-agent #139
Unanswered
veer-pradhan
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@veer-pradhan
scrape_configs:
- job_name: 'coroot-node-agent'
static_configs:
- targets: ['localhost:8081']
|
Beta Was this translation helpful? Give feedback.
1 reply
-
We have had similar problems. In our case localhost should be changed in the host-ip address in the target address. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am developing a POC for distributed tracing using coroot-node-agent. I am running the coroot ui and node-agent in docker containers:
sudo docker run -d --name coroot-node-agent -p 8081:8081 --privileged --pid host -v /sys/kernel/debug:/sys/kernel/debug:rw -v /sys/fs/cgroup:/host/sys/fs/cgroup:ro ghcr.io/coroot/coroot-node-agent --cgroupfs-root=/host/sys/fs/cgroup
sudo docker run -d --name coroot -p 8080:8080 ghcr.io/coroot/coroot
It does not recognize the coroot-node-agent is also being run. Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions