mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-27 23:26:37 +00:00
memory: fix panics if metrics does not exists (#1960)
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
@@ -65,7 +65,10 @@
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["Makefile"],
|
||||
"fileMatch": [
|
||||
"Makefile",
|
||||
"(^|/).+\\.go"
|
||||
],
|
||||
"matchStrings": [
|
||||
"go run (?<depName>\\S+)@(?<currentValue>\\S+)"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user