Agent was designed to collect metrics from host and docker containers.
- Get the distribution for your platform: Latest Release
- Change agent environments in bash script
./run
See Environment variables. - Run the bash script
./run
AGENT_HOST_ID
- Host ID - Available after adding a host.AGENT_BACKEND_ENDPOINT
- Metrics endpoint. Should have suffixapi/v2/metrics
AGENT_FETCH_FREQ
- Frequency with which agent sends data
Agent and can also be run locally using Poetry.
There is mock version of the agent sending fake data.
- Docker
- Poetry
- Clone the repository
- Create
.env
file with Environment variables - Run
poetry install
to install dependencies
poetry run normal
poetry run mock
Distributed under the MIT License.