mirror of
https://github.com/electron/electron.git
synced 2026-01-07 22:54:25 -05:00
ci: change patches stats DataDog metric type to gauge (#47319)
This commit is contained in:
@@ -57,7 +57,7 @@ async function main () {
|
||||
value: patchCount
|
||||
}
|
||||
],
|
||||
type: 1 // COUNT
|
||||
type: 3 // GAUGE
|
||||
},
|
||||
{
|
||||
metric: 'electron.patches.lineCount',
|
||||
@@ -67,7 +67,7 @@ async function main () {
|
||||
value: patchesLineCount
|
||||
}
|
||||
],
|
||||
type: 1 // COUNT
|
||||
type: 3 // GAUGE
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user