node-agent

command module
v1.8.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

README

node-agent

A monitoring agent that exports network metrics for applications and their downstream dependencies, as well as application startup time metrics.

Build

docker build -t node-agent:latest -f ./docker/Dockerfile .

Deploy

docker run -d --rm \
  -e MY_NODE_NAME="xxxx" \
  -e MY_NODE_IP="192.168.1.xxx" \
  -v /proc:/proc:ro \
  --net=host --pid=host --privileged \
  node-agent:latest

Configuration

Environment Variables:

  • MY_NODE_NAME: Name of the node
  • MY_NODE_IP: IP address of the node

For additional configuration options, please refer to the config.yaml file.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL