mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
Update metric type for accounts_syncing_count
This commit is contained in:
parent
16b91ea394
commit
592b2af986
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class SyncProcessManager {
|
||||||
global.Metrics.reportMetric({
|
global.Metrics.reportMetric({
|
||||||
name: 'accounts_syncing_count',
|
name: 'accounts_syncing_count',
|
||||||
value: accountsSyncing,
|
value: accountsSyncing,
|
||||||
type: global.Metrics.MetricTypes.CumulativeCounter,
|
type: global.Metrics.MetricTypes.Gauge,
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue