mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
Add Dig Security case study
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
317fef95f9
commit
84c82e988d
@ -105,6 +105,7 @@ Case studies:
|
|||||||
* [Brandwatch](https://docs.victoriametrics.com/CaseStudies.html#brandwatch)
|
* [Brandwatch](https://docs.victoriametrics.com/CaseStudies.html#brandwatch)
|
||||||
* [CERN](https://docs.victoriametrics.com/CaseStudies.html#cern)
|
* [CERN](https://docs.victoriametrics.com/CaseStudies.html#cern)
|
||||||
* [COLOPL](https://docs.victoriametrics.com/CaseStudies.html#colopl)
|
* [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)
|
* [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)
|
* [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)
|
* [Grammarly](https://docs.victoriametrics.com/CaseStudies.html#grammarly)
|
||||||
|
@ -15,6 +15,7 @@ where you can chat with VictoriaMetrics users to get additional references, revi
|
|||||||
- [Brandwatch](#brandwatch)
|
- [Brandwatch](#brandwatch)
|
||||||
- [CERN](#cern)
|
- [CERN](#cern)
|
||||||
- [COLOPL](#colopl)
|
- [COLOPL](#colopl)
|
||||||
|
- [Dig Security](#dig-security)
|
||||||
- [Fly.io](#flyio)
|
- [Fly.io](#flyio)
|
||||||
- [German Research Center for Artificial Intelligence](#german-research-center-for-artificial-intelligence)
|
- [German Research Center for Artificial Intelligence](#german-research-center-for-artificial-intelligence)
|
||||||
- [Grammarly](#grammarly)
|
- [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)
|
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/).
|
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
|
||||||
|
|
||||||
[Fly.io](https://fly.io/about/) is a platform for running full stack apps and databases close to your users.
|
[Fly.io](https://fly.io/about/) is a platform for running full stack apps and databases close to your users.
|
||||||
|
@ -106,6 +106,7 @@ Case studies:
|
|||||||
* [Brandwatch](https://docs.victoriametrics.com/CaseStudies.html#brandwatch)
|
* [Brandwatch](https://docs.victoriametrics.com/CaseStudies.html#brandwatch)
|
||||||
* [CERN](https://docs.victoriametrics.com/CaseStudies.html#cern)
|
* [CERN](https://docs.victoriametrics.com/CaseStudies.html#cern)
|
||||||
* [COLOPL](https://docs.victoriametrics.com/CaseStudies.html#colopl)
|
* [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)
|
* [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)
|
* [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)
|
* [Grammarly](https://docs.victoriametrics.com/CaseStudies.html#grammarly)
|
||||||
|
Loading…
Reference in New Issue
Block a user