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:
parent
a77fec6bca
commit
d911088d56
1 changed files with 6 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue