Prometheus-List

Prometheus List

OpenSource

  • Prometheus : Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.

  • Thanos : Open source, highly available Prometheus setup with long term storage capabilities.

  • 2020-Kvass : Kvass是一个Prometheus横向扩缩容解决方案,他使用Sidecar动态得根据Coordinator分配下来的target列表来为每个Prometheus生成只含特定target的配置文件,从而将采集任务动态调度到各个Prometheus分片。Coordinator用于服务发现,target调度和分片扩缩容管理. Thanos (或者其他TSDB)用来将分片数据汇总成全局数据.