pracucci | 4 years ago | on: Grafana Mimir – Horizontally scalable long-term storage for Prometheus
pracucci's comments
pracucci | 4 years ago | on: Grafana Mimir – Horizontally scalable long-term storage for Prometheus
The architecture is covered here: https://grafana.com/docs/mimir/latest/operators-guide/archit...
There's also an hands-on tutorial here: https://grafana.com/tutorials/play-with-grafana-mimir/
pracucci | 4 years ago | on: Grafana Mimir – Horizontally scalable long-term storage for Prometheus
For example, you can use this API to upload a rule group: https://grafana.com/docs/mimir/latest/operators-guide/refere...
Mimir is released with a CLI tool called "mimirtool" which, among other things, allow you to configure the rule groups (under the hood, it calls the Mimir API). Mimirtool documentation is here: https://grafana.com/docs/mimir/latest/operators-guide/tools/...
pracucci | 4 years ago | on: Grafana Mimir – Horizontally scalable long-term storage for Prometheus
pracucci | 4 years ago | on: Grafana Mimir – Horizontally scalable long-term storage for Prometheus
Mimir employes write deamplification: it doesn't write immediately to the object storage but keeps most recently written data in-memory and/or local disk.
Mimir also employes several shared caches (supports Memcached) to reduce object storage (S3) access as much as possible.
You can learn more here in the Mimir architecture documentation: https://grafana.com/docs/mimir/latest/operators-guide/archit...
pracucci | 4 years ago | on: Grafana Mimir – Horizontally scalable long-term storage for Prometheus
You may also be interested into looking at a 5 minutes introduction video, where I cover the overall architecture too: https://www.youtube.com/watch?v=ej9y3KILV8g
pracucci | 4 years ago | on: Grafana Mimir – Horizontally scalable long-term storage for Prometheus
In monolithic mode you deploy Mimir as a single process and all microservices (Mimir components) run inside the same process. Then you scale it out running more replicas. Deployment modes are documented here: https://grafana.com/docs/mimir/latest/operators-guide/archit...
pracucci | 4 years ago | on: Grafana Mimir – Horizontally scalable long-term storage for Prometheus
pracucci | 8 years ago | on: Ask HN: Who is hiring? (May 2017)
Spreaker is a podcasting hosting platform, with a multi-region / multi-AZ infrastructure running on AWS.
We're looking for a talented and passionate engineer to work on our next-generation infrastructure, based on AWS, Docker and Kubernetes.
Learn more at: https://www.spreaker.com/jobs/devop
Interested in chatting? Email [email protected]
pracucci | 11 years ago | on: Show HN: Introducing Spreaker Studio for iOS
It's basically a broadcasting studio on your mobile device: you can record or broadcast LIVE audio, mixing your voice, music, sound effects and playlist (iPad / tablet only). You can also chat with your listeners and get detailed analytics, including geolocation and demographics charts.
If you've a couple of minutes, give it a try and leave your feedback. Thanks!
> Cortex comes with highly scalable micro-services architecture this requires deploying 10's of services like ingestor, distributor, querier, etc.
Mimir also supports the monolithic deployment mode. It's about deploying the whole Mimir as a single unit (eg. a Kubernetes StatefulSet) which you then scale out adding more replicas.
More details here: https://grafana.com/docs/mimir/latest/operators-guide/archit...