{"library":"prometheus-middleware","install":[{"cmd":"npm install prometheus-middleware","imports":["import APM from 'prometheus-middleware';\n// Or for the class itself:\nimport { APM } from 'prometheus-middleware';","const APM = require('prometheus-middleware');","import APM from 'prometheus-middleware';\nconst apm = new APM();\nconst counter = new apm.client.Counter({\n  name: 'my_counter',\n  help: 'A custom counter metric'\n});"]},{"cmd":"yarn add prometheus-middleware","imports":[]},{"cmd":"pnpm add prometheus-middleware","imports":[]}]}