Need guidance with production monitoring?
Book FREE office hours and we'll help you out
Not sure how to approach production monitoring? Book FREE office hours and we'll help you out
Kamon APM/Using Kamon APM

Host Monitor #

Gathering host information should be easy, but often it’s not. Most services are running in containers, hosts (be they physical or virtual) are shared, and many complications ensue. To make it simple for you, we’ve created the Host Monitor, a host metric collector service pre-bundled in a Docker container. You can run one of these in each one of your nodes with ease, and get actual metrics for your physical host machines, by running the following command (replace <API_KEY> with your environment API key).

docker run --rm \
    --network=host \
    -e KAMON_API_KEY="<API_KEY>" \
    kamon/apm-host-monitor

You can make this process easier by opening the connect host dialog from inside Kamon APM, which will have the same command with the API key already included. After starting the Host Monitor, information should appear in the host list within a minute!

You can read more about the Host Monitor in its Open Source GitHub project.

On this article
Kamon APM Logo
Monitor and fix issues in production without being an expert
Learn about APM
Try Kamon APM I know how Kamon APM can help with monitoring. Don't show this again.