mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -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
|
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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user