mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 00:26:40 -05:00
8 lines
223 B
JavaScript
8 lines
223 B
JavaScript
|
const Metrics = require('@overleaf/metrics')
|
||
|
|
||
|
exports.analyticsQueue = new Metrics.prom.Counter({
|
||
|
name: 'analytics_queue',
|
||
|
help: 'Number of events sent to the analytics queue',
|
||
|
labelNames: ['status', 'event_type']
|
||
|
})
|