You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2022. It is now read-only.
Currently we use one Prometheus (2.28.1) server to aggregate all pod level metrics of one node. We should switch to the more light-weight VictoriaMetrics (currently 1.63.0) aggregator as soon as 1464 is fixed/added.
We rely on the Kubernetes Service Discovery and a provided 'KUBECONFIG' file to discover all pods belonging to a node / physical machine. This is implemented in Prometheus, but not in Victoria yet.
Currently we use one Prometheus (2.28.1) server to aggregate all pod level metrics of one node. We should switch to the more light-weight VictoriaMetrics (currently 1.63.0) aggregator as soon as 1464 is fixed/added.
We rely on the Kubernetes Service Discovery and a provided 'KUBECONFIG' file to discover all pods belonging to a node / physical machine. This is implemented in Prometheus, but not in Victoria yet.