ci: change patches stats DataDog metric type to gauge (#47319)

This commit is contained in:
David Sanders
2025-06-02 11:49:44 -07:00
committed by GitHub
parent dc5efca0f6
commit 55006fe9a8

View File

@@ -57,7 +57,7 @@ async function main () {
value: patchCount value: patchCount
} }
], ],
type: 1 // COUNT type: 3 // GAUGE
}, },
{ {
metric: 'electron.patches.lineCount', metric: 'electron.patches.lineCount',
@@ -67,7 +67,7 @@ async function main () {
value: patchesLineCount value: patchesLineCount
} }
], ],
type: 1 // COUNT type: 3 // GAUGE
} }
] ]
}) })