The OpenTelemetry missing collector in nodejs implementation.
This project is a PoC
import {Collector} from 'opentelemtry-js-collector';
const collector = new Collector()
npm install
Run the collector
node server.js
run the test app
node test_app.js