mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
[clsi] shard clsi_compiles_total metric by syncType (#32255)
GitOrigin-RevId: 43111697323ec6697ef5f42cf17807ea564181a0
This commit is contained in:
@@ -810,6 +810,7 @@ function _emitMetrics(request, status, stats, timings) {
|
||||
draft: request.draft ? 'true' : 'false',
|
||||
stop_on_first_error: request.stopOnFirstError ? 'true' : 'false',
|
||||
passes,
|
||||
type: request.syncType,
|
||||
})
|
||||
|
||||
if (timings.sync != null) {
|
||||
|
||||
@@ -17,6 +17,7 @@ const compilesTotal = new prom.Counter({
|
||||
'draft',
|
||||
'stop_on_first_error',
|
||||
'passes',
|
||||
'type',
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user