https://github.com/containerum/nodemetrics
Resource usage monitoring service for Containerum
https://github.com/containerum/nodemetrics
kubernetes metrics-visualization platform prometheus-metrics resource-monitor
Last synced: 14 days ago
JSON representation
Resource usage monitoring service for Containerum
- Host: GitHub
- URL: https://github.com/containerum/nodemetrics
- Owner: containerum
- License: apache-2.0
- Created: 2018-07-21T09:44:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T10:47:47.000Z (over 7 years ago)
- Last Synced: 2025-03-17T15:28:59.485Z (about 1 year ago)
- Topics: kubernetes, metrics-visualization, platform, prometheus-metrics, resource-monitor
- Language: Go
- Homepage: https://containerum.com/software/
- Size: 1.54 MB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodeMetrics
nodeMetrics is a service for [Containerum](https://github.com/containerum/containerum) that monitors node resources utilisation (RAM, CPU, storage).
## Prerequisites
* Kubernetes
## Installation
### Using Helm
```
helm repo add containerum https://charts.containerum.io
helm repo update
helm install containerum/nodemetrics
```
## Contributions
Please submit all contributions concerning nodeMetrics component to this repository. Contributing guidelines are available [here](https://github.com/containerum/containerum/blob/master/CONTRIBUTING.md).
## License
nodeMetrics project is licensed under the terms of the Apache License Version 2.0. Please see License in this repository for more details.