Docker container for the CoScale Agent
1M+
The CoScale Agent allows you to monitor the host, orchestrator, containers and services running inside those containers. Find out more about our solution for monitoring Docker.
The image is only 18 MB in size and is configured through the CoScale web interface.
Starting the container requires 3 variables: your application id, access token and template id. The CoScale web interface provides the command with these variables filled in.
docker run -d --rm --privileged --net=host --pid=host --name coscale-agent -e APP_ID=$APP_ID -e ACCESS_TOKEN=$ACCESS_TOKEN -e TEMPLATE_ID=$TEMPLATE_ID -v /var/run/docker.sock:/var/run/docker.sock -v /:/host/:ro coscale/coscale-agent
The logs of the CoScale agent can be fetched using the docker logs command.
docker logs coscale-agent
Integrations for the services running inside your containers can be enabled through the CoScale web interface. There is no need to build your own agent images with a specific configuration, providing a different configuration is done through the TEMPLATE_ID variable.
Since the agent monitors metrics from both the host, docker engine and inside other containers, the agent containers requires some special permissions (as seen in the command above):
Content type
Image
Digest
Size
11.3 MB
Last updated
over 8 years ago
docker pull coscale/coscale-agent