diff --git a/README.md b/README.md index 8cea8eac3..827583273 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Case studies: * [Brandwatch](https://docs.victoriametrics.com/CaseStudies.html#brandwatch) * [CERN](https://docs.victoriametrics.com/CaseStudies.html#cern) * [COLOPL](https://docs.victoriametrics.com/CaseStudies.html#colopl) +* [Dig Security](https://docs.victoriametrics.com/CaseStudies.html#dig-security) * [Fly.io](https://docs.victoriametrics.com/CaseStudies.html#flyio) * [German Research Center for Artificial Intelligence](https://docs.victoriametrics.com/CaseStudies.html#german-research-center-for-artificial-intelligence) * [Grammarly](https://docs.victoriametrics.com/CaseStudies.html#grammarly) diff --git a/docs/CaseStudies.md b/docs/CaseStudies.md index 73e7aef80..a42926ec7 100644 --- a/docs/CaseStudies.md +++ b/docs/CaseStudies.md @@ -15,6 +15,7 @@ where you can chat with VictoriaMetrics users to get additional references, revi - [Brandwatch](#brandwatch) - [CERN](#cern) - [COLOPL](#colopl) + - [Dig Security](#dig-security) - [Fly.io](#flyio) - [German Research Center for Artificial Intelligence](#german-research-center-for-artificial-intelligence) - [Grammarly](#grammarly) @@ -231,6 +232,49 @@ after evaulating the following remote storage solutions for Prometheus: See [slides](https://speakerdeck.com/inletorder/monitoring-platform-with-victoria-metrics) and [video](https://www.youtube.com/watch?v=hUpHIluxw80) from `Large-scale, super-load system monitoring platform built with VictoriaMetrics` talk at [Prometheus Meetup Tokyo #3](https://prometheus.connpass.com/event/157721/). +## Dig Security + +[Dig Security](https://www.dig.security) is a cloud data security startup with 50+ employees that provides real-time visibility, control, and protection of data assets. + +### How we came across VictoriaMetrics + +We started with a Prometheus server on EKS. That worked until it didn't. We then spent time scaling it, maintaining it, throwing more $ at it, until we stumbled across VictoriaMetrics. + +### What VictoriaMetrics means for us + +* Easy to use and maintain +* Cost effective +* The ability to handle billions of time series events at any point of time +* Multiple K8s clusters to monitor +* Consistent monitoring infra for each cluster across multiple Regions and clouds +* Secure communication and data storage +* Easy Retention + +### Some of our initial challenges prior to moving to VictoriaMetrics + +* Reducing cost by not using a managed solution of one of the clouds +* Support HA and recover fast +* No downtimes +* Having our main prometheus using too much Ram and restarts. + +### Some of the reasons we chose VictoriaMetrics + +* The API is compatible with Prometheus and all standard PromQL queries work well out of the box +* Handles storage well +* Available to use in Grafana easily +* Single and small executable +* Easy and fast backups +* Better benchmarks than all the competitors +* Open Source and maintained with good community + +### Some of the benefits we experienced since working with VictoriaMetrics + +* We saved around $5K USD per month +* It’s seamless and doesn’t cause any override complications on the Infrastructure team +* It doesn’t use lots of storage +* It can serve us in the future in even bigger scales +* It has support with a great community. + ## Fly.io [Fly.io](https://fly.io/about/) is a platform for running full stack apps and databases close to your users. diff --git a/docs/README.md b/docs/README.md index e5cbd28cf..27f3f0917 100644 --- a/docs/README.md +++ b/docs/README.md @@ -106,6 +106,7 @@ Case studies: * [Brandwatch](https://docs.victoriametrics.com/CaseStudies.html#brandwatch) * [CERN](https://docs.victoriametrics.com/CaseStudies.html#cern) * [COLOPL](https://docs.victoriametrics.com/CaseStudies.html#colopl) +* [Dig Security](https://docs.victoriametrics.com/CaseStudies.html#dig-security) * [Fly.io](https://docs.victoriametrics.com/CaseStudies.html#flyio) * [German Research Center for Artificial Intelligence](https://docs.victoriametrics.com/CaseStudies.html#german-research-center-for-artificial-intelligence) * [Grammarly](https://docs.victoriametrics.com/CaseStudies.html#grammarly)