victoriametrics 快速高效&&可扩展的时序数据库

victoriametrics 是一个时序数据库,可以用来作为prometheus 的long-term 远端存储

特性

  • 支持promtheus 查询api,同时实现了一个metricsql 查询语言
  • 支持全局查询视图,好处多prometheus 实例写数据到victoriametrics,然后提供一个统一的查询
  • 同时也提供了开源的集群版本
  • 高性能
  • 支持多种协议 influxdb line 协议,prometheus metrics,graphite ,prometheus 远端写api,opentsdb http 协议
  • 高压缩比

参考架构模式

  • 集群

说明

从官方的介绍上victoriametrics还是一个不错的选择,但是对于报警以及rule 评估,但是这个可以通过原生的prometheus,grafana以及promxy 进行处理

参考资料

https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/Articles 
https://victoriametrics.github.io/ 
https://github.com/VictoriaMetrics/VictoriaMetrics/tree/cluster 
https://github.com/jacksontj/promxy/blob/master/README.md#how-do-i-use-alertingrecording-rules-in-promxy

原文地址:https://www.cnblogs.com/rongfengliang/p/12790989.html