mirror of
https://github.com/prometheus/prometheus
synced 2025-01-12 09:40:00 +00:00
Move from .yaml to .yml in update rules
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
This commit is contained in:
parent
e3701077c3
commit
f9202c6511
@ -278,7 +278,7 @@ func updateRules(filename string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
return ioutil.WriteFile(filename+".yaml", y, 0666)
|
||||
return ioutil.WriteFile(filename+".yml", y, 0666)
|
||||
}
|
||||
|
||||
var checkMetricsUsage = strings.TrimSpace(`
|
||||
|
Loading…
Reference in New Issue
Block a user