From 239849db5d9257c8e32a10ee7ed67f9dc4b1b4fa Mon Sep 17 00:00:00 2001 From: krakazyabra Date: Thu, 19 Oct 2023 22:38:40 +0200 Subject: [PATCH] docs/case-studies: update Wedos info (#5211) --- docs/CaseStudies.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/CaseStudies.md b/docs/CaseStudies.md index a3642ccf1d..5e5663c3da 100644 --- a/docs/CaseStudies.md +++ b/docs/CaseStudies.md @@ -529,13 +529,14 @@ Numbers: ## Wedos.com -> [Wedos](https://www.wedos.com/) is the biggest hosting provider in the Czech Republic. We have our own private data center that holds our servers and technologies. We are in the process of building a second, stae of the art data center where the servers will be cooled in an oil bath. We started using [cluster VictoriaMetrics](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html) to store Prometheus metrics from all our infrastructure after receiving positive references from people who had successfully used VictoriaMetrics. +> [Wedos](https://www.wedos.com/) is the biggest hosting provider in the Czech Republic. We have two our own private data centers that hold our servers and technologies, such as cooling the servers in bath oils. We started using [cluster VictoriaMetrics](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html) to store Prometheus metrics from all our infrastructure after receiving positive references from people who had successfully used VictoriaMetrics. We're using it throughout our services, including the new WEDOS Global Protection. Numbers: -- The number of acitve time series: 5M. -- Ingestion rate: 170K data points per second. +- The number of acitve time series: 32M. +- Ingestion rate: 1.6M data points per second. - Query duration: median is ~2ms, 99th percentile is ~50ms. +- The total number of datapoints per VictoriaMetrics "hot" storage is 5.3 trillion > We like that VictoriaMetrics is simple to configuree and requires zero maintenance. It works right out of the box and once it's set up you can just forget about it.