kubelet
This module will monitor one or more kubelet instances.
It produces the following charts (if all data is available):
- API Server Audit Requests in requests/s
- API Server Failed Data Encryption Key(DEK) Generation Operations in events/s
- API Server Latencies Of Data Encryption Key(DEK) Generation Operations in observes/s
- per bucket (5 µs, 10 µs, ..., 40960 µs, +Inf)
- API Server Latencies Of Data Encryption Key(DEK) Generation Operations Percentage in %
- per bucket (5 µs, 10 µs, ..., 40960 µs, +Inf)
- API Server Storage Envelope Transformation Cache Misses in events/s
- Number Of Containers Currently Running in running containers
- Number Of Pods Currently Running in running pods
- Bytes Used By The Pod Logs On The Filesystem in bytes
- Runtime Operations By Type in operations/s
- Docker Operations By Type in operations/s
- Docker Operations Errors By Type in operations/s
- Node Configuration-Related Error in bool
- PLEG Relisting Interval Summary in microseconds
- per quantile (0.5, 0.9, 0.99)
- PLEG Relisting Latency Summary in microseconds
- per quantile (0.5, 0.9, 0.99)
- Token() Requests To The Alternate Token Source in token requests/s
- REST Client HTTP Requests By Status Code in requests/s
- per status code (200, 201, etc.)
- REST Client HTTP Requests By Method in requests/s
- per http method (GET, POST, etc.)
- Volume Manager State Of The World per every plugin in state of the world
configuration
Needs only url to kubelet metric-address.
Here is an example:
jobs:
- name: local
url : http://127.0.0.1:10255/metrics
- name: remote
url : http://100.64.0.1:10255/metrics
For all available options please see module configuration file.
Without configuration, module attempts to connect to http://127.0.0.1:10255/metrics