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