Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors.
To install the chart with the release name node-exporter
:
$ helm repo add romanow https://romanow.github.io/helm-charts/
$ helm repo update
$ helm install node-exporter romanow/node-exporter
To uninstall the node-exporter
installation:
helm uninstall node-exporter
Key | Type | Default | Description |
---|---|---|---|
image | object | {
"pullPolicy": "IfNotPresent",
"repository": "prom/node-exporter",
"tag": "v1.8.1"
} |
Image name and version |
port | int | 9100 |
Node Exporter port |
resources.limits | object | {
"cpu": "200m",
"memory": "512Mi"
} |
Limited resources |
resources.requests | object | {
"cpu": "200m",
"memory": "512Mi"
} |
Requested resources |
serviceName | string | .Release.Name |
Custom service name |
Name | Url | |
---|---|---|
Romanov Alexey | romanowalex@mail.ru | https://romanow.github.io |