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
For metrics, I'm using kube-prometheus-stack (with node-exporter and kube-state-metrics).
Problem
The cost model is exporting metrics for the same node with different instance/node labels (one for the node IP and another with the node name). This is a problem because the node_**_cost metrics have the node label value as the node name and the cost model ends up discarding the metrics with the IP.
This image shows Node Exporter containers, but this happens for almost every pod/container.
OpenCost UI
Prometheus
I'm I doing anything wrong?
Can anyone help me understand which metrics the cost model looks at?
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it has been open for 180 days with no activity. Please remove the stale label or comment or this issue will be closed in 5 days.
Description
I've installed the OpenCost helm chart 1.18.0 with the following values
The extra Configmap is used to disable the v1 kube state metrics.
For metrics, I'm using kube-prometheus-stack (with node-exporter and kube-state-metrics).
Problem
The cost model is exporting metrics for the same node with different instance/node labels (one for the node IP and another with the node name). This is a problem because the node_**_cost metrics have the node label value as the node name and the cost model ends up discarding the metrics with the IP.
This image shows Node Exporter containers, but this happens for almost every pod/container.
OpenCost UI
Prometheus
I'm I doing anything wrong?
Can anyone help me understand which metrics the cost model looks at?
The text was updated successfully, but these errors were encountered: