MCPcopy Index your code
hub / github.com/ether/etherpad / enabled

Function enabled

src/node/prom-instruments.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15import settings from './utils/Settings';
16
17export const enabled = (): boolean => settings.scalingDiveMetrics === true;
18
19export const changesetApplyDuration = new client.Histogram({
20 name: 'etherpad_changeset_apply_duration_seconds',

Callers 2

recordChangesetApplyFunction · 0.85
recordSocketEmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected