Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 381 Bytes

prometheus-mongodb-adapter

This is a WIP project to implement a prometheus remote storage adaptor for MongoDB, using MongoDB time series collections.

Do not use this for production (yet!).

High Level Information:

  • Requires Mongo 5.0+
  • Uses VertX + Snappy + Protobuf to serve requests
  • Uses a slightly modified form of the protobuf files from the main prometheus repo.