|
Currently, instance and build data are being collected by DataService.
The build metrics are also being collected by https://github.com/mongodb-js/mongodb-build-info
Cloud metrics were extracted from https://github.com/mongodb-js/compass-metrics/blob/master/src/modules/get-cloud-info.js
and placed in a separate repo https://github.com/mongodb-js/mongodb-cloud-info/ to being used by VSCode extension.
Use a single source of thought for collecting instance, build, and cloud metrics that can be consumed by Compass, VSCode, and mongosh projects.
|