1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00

Fix busted SMon in intel-gpu-exporter

This commit is contained in:
Antonio Gurgel 2023-11-26 11:49:15 -08:00
parent a77fec6bca
commit d911088d56

View file

@ -32,8 +32,12 @@
interval = "1m";
path = "/metrics";
port = "http";
relabelings = [{sourceLabels = ["__meta_kubernetes_pod_node_name"];}];
targetLabel = "node";
relabelings = [
{
sourceLabels = ["__meta_kubernetes_pod_node_name"];
targetLabel = "node";
}
];
scheme = "http";
scrapeTimeout = "10s";
}