Live data from Hacker News

Chronosphere raises $43M Series B, reaches GA for scalable Prometheus monitoring

techcrunch.com

1–4 of 4 posts

Re: Chronosphere raises $43M Series B, reaches GA for scalable Prometheus monitoring

#3
Rob and team have been working hard to ensure m3db is a long term winner. love to see it.

For those of use who love trying before buying, would love to better understand the moving parts and their responsibility --- querying engine, coordinator, and datastore (etc) --- and how they evolve as your scale the systems.

Re: Chronosphere raises $43M Series B, reaches GA for scalable Prometheus monitoring

#4
post #3

Rob and team have been working hard to ensure m3db is a long term winner. love to see it. For those of use who love trying before buying, would love to better understand the moving parts and their responsibility --- querying engine, coordinator, and datastore (etc) --- and how they evolve as your scale the systems.

Hey jaren hope things are well at Robinhood. Good question, there's a diagram on what a default deployment looks like alongside the M3 v1.0 announcement https://medium.com/chronosphere/m3-v1-0-released-a-productio... and in depth documentation on the website https://m3db.io/docs/overview/.

Storage, aggregation and compute are all separate and scale up/down independently. The coordinator and query services are both stateless and you just add more instances, DB nodes do not do compression/decompression for instance all this happens as part of computation on the query service.

M3DB for storage has a k8s operator that can manage clusters (expansion, etc), and the M3 aggregator can be deployed as a stateful set in k8s and also can be independently expanded.