diff --git a/README.md b/README.md index b80fdc4d0..3389cb430 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Case studies: * [Razorpay](https://docs.victoriametrics.com/CaseStudies.html#razorpay) * [Percona](https://docs.victoriametrics.com/CaseStudies.html#percona) * [Sensedia](https://docs.victoriametrics.com/CaseStudies.html#sensedia) +* [Smarkets](https://docs.victoriametrics.com/CaseStudies.html#smarkets) * [Synthesio](https://docs.victoriametrics.com/CaseStudies.html#synthesio) * [Wedos.com](https://docs.victoriametrics.com/CaseStudies.html#wedoscom) * [Wix.com](https://docs.victoriametrics.com/CaseStudies.html#wixcom) diff --git a/docs/CaseStudies.md b/docs/CaseStudies.md index d33e9fc2d..1f6eaace8 100644 --- a/docs/CaseStudies.md +++ b/docs/CaseStudies.md @@ -24,6 +24,7 @@ where you can chat with VictoriaMetrics users to get additional references, revi * [Percona](#percona) * [Razorpay](#razorpay) * [Sensedia](#sensedia) +* [Smarkets](#smarkets) * [Synthesio](#synthesio) * [Wedos.com](#wedoscom) * [Wix.com](#wixcom) @@ -441,6 +442,22 @@ Numbers: - Query response time (99th percentile): 500ms +## Smarkets + +[Smarkets](https://smarkets.com/) simplifies peer-to-peer trading on sporting and political events. + +> We always wanted our developers to have out-of-the-box monitoring available for any application or service. Before we adopted Kubernetes this was achieved either with Prometheus metrics, or with statsd being sent over to the underlying host and then converted into Prometheus metrics. As we expanded our Kubernetes adoption and started to split clusters, we also wanted developers to be able to expose metrics directly to Prometheus by annotating services. Those metrics were then only available inside the cluster so they couldn’t be scraped globally. + +> We considered three different solutions to improve our architecture: +> * Prometheus + Cortex +> * Prometheus + Thanos Receive +> * Prometheus + Victoria Metrics + +> We selected Victoria Metrics. Our new architecture has been very stable since it was put into production. With the previous setup we would have had two or three cardinality explosions in a two-week period, with this new one we have none. + +See [the full article](https://smarketshq.com/monitoring-kubernetes-clusters-41a4b24c19e3). + + ## Synthesio [Synthesio](https://www.synthesio.com/) is the leading social intelligence tool for social media monitoring and analytics. diff --git a/docs/README.md b/docs/README.md index b80fdc4d0..3389cb430 100644 --- a/docs/README.md +++ b/docs/README.md @@ -45,6 +45,7 @@ Case studies: * [Razorpay](https://docs.victoriametrics.com/CaseStudies.html#razorpay) * [Percona](https://docs.victoriametrics.com/CaseStudies.html#percona) * [Sensedia](https://docs.victoriametrics.com/CaseStudies.html#sensedia) +* [Smarkets](https://docs.victoriametrics.com/CaseStudies.html#smarkets) * [Synthesio](https://docs.victoriametrics.com/CaseStudies.html#synthesio) * [Wedos.com](https://docs.victoriametrics.com/CaseStudies.html#wedoscom) * [Wix.com](https://docs.victoriametrics.com/CaseStudies.html#wixcom) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index e00221bbd..b7671521e 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -49,6 +49,7 @@ Case studies: * [Razorpay](https://docs.victoriametrics.com/CaseStudies.html#razorpay) * [Percona](https://docs.victoriametrics.com/CaseStudies.html#percona) * [Sensedia](https://docs.victoriametrics.com/CaseStudies.html#sensedia) +* [Smarkets](https://docs.victoriametrics.com/CaseStudies.html#smarkets) * [Synthesio](https://docs.victoriametrics.com/CaseStudies.html#synthesio) * [Wedos.com](https://docs.victoriametrics.com/CaseStudies.html#wedoscom) * [Wix.com](https://docs.victoriametrics.com/CaseStudies.html#wixcom)