|
|
5 lat temu | |
|---|---|---|
| .. | ||
| .circleci | 5 lat temu | |
| test | 5 lat temu | |
| .eslintrc | 6 lat temu | |
| .gitignore | 5 lat temu | |
| .npmignore | 5 lat temu | |
| .prettierrc | 6 lat temu | |
| LICENSE | 12 lat temu | |
| README.md | 5 lat temu | |
| buildscript.txt | 5 lat temu | |
| event_loop.js | 6 lat temu | |
| http.js | 5 lat temu | |
| index.js | 5 lat temu | |
| memory.js | 6 lat temu | |
| mongodb.js | 6 lat temu | |
| open_sockets.js | 5 lat temu | |
| package-lock.json | 5 lat temu | |
| package.json | 5 lat temu | |
| prom_wrapper.js | 5 lat temu | |
| timeAsyncMethod.js | 6 lat temu | |
| uv_threadpool_size.js | 6 lat temu | |
Wrappers the prom-client npm module to provide Prometheus metrics at /metrics.
Use:
const metrics = require('@overleaf/metrics')
metrics.initialize('myapp')
const express = require('express')
const app = express()
metrics.injectMetricsRoute(app)
Request logging can be enabled:
const logger = require('logger-sharelatex')
...
app.use(metrics.http.monitor(logger))
The metrics module can be configured through the following environment variables:
DEBUG_METRICS - enables display of debugging messages to the console.ENABLE_TRACE_AGENT - enables @google-cloud/trace-agent on Google CloudENABLE_DEBUG_AGENT - enables @google-cloud/debug-agent on Google CloudENABLE_PROFILE_AGENT - enables @google-cloud/profiler on Google CloudMETRICS_COMPRESSION_LEVEL - sets the compression level for /metricsSTACKDRIVER_LOGGING - toggles the request logging formatUV_THREADPOOL_SIZE - sets the libuv thread pool size