Issue reports and pull requests will not be attended.
LXC exporter is small application written in Go which are providing some metrics about LXC containers running on host in Prometheus.io format.
It's beta version, already tested on Ubuntu Willy (15.10) and linux kernel in version 4.x.x.
This application should be installed only on physical machine, not on LXC container. All data is reading from linux cgroup
.
Metric name | Description | Enabled by default |
---|---|---|
lxc_cpu | Seconds the cpus spent in each mode. For all containers | yes |
lxc_cpu_precentage | Precentage of usage processor | yes |
lxc_cpu_physical_real | Seconds the real physical cpu spent in each mode. (minus containers usage) | yes |
lxc_cpu_physical_real_precentage | Precentage of usage processor (minus containers usage) | yes |
lxc_memory_usage | Memory usage in each container in bytes | yes |
Name | Description | Default value |
---|---|---|
web.listen-address | The address to listen on for HTTP requests. | :9125 |
make
./lxc-exporter <flags>
go test ./...
Issues for this project should be reported on GitHub issues
Staff responsible for project: