当前位置:网站首页>一文带你了解 Grafana 最新开源项目 Mimir 的前世今生
一文带你了解 Grafana 最新开源项目 Mimir 的前世今生
2022-07-31 22:37:00 【InfoQ】
Mimir 是什么
Mimir 的卖点
- 超大规模生产验证(超 20 亿活跃指标)
- 部署简单,支持单体/微服务两种部署方式,依赖少(只有 OSS, Cortex 的依赖你懂得)
- 支持高基数的 metrics 压缩和查询
- 支持同一租户 Block 分片压缩(超过 64G 限制)
- 支持查询和计算下层
- 天然支持多租户,并支持全局跨租户查询
- 兼容所有 metircs 协议(目前主要支持 Prometheus)
- Cortex 太难用了,如果现在用的是 Cortex 可以尝试升级到 Mimir。
- Thanos 目前工作的很好,除非遇到 高基数/ 大 Block 压缩问题等问题,否则没必要迁移。
- VictoriaMetrics 工作的也很好,需要社区中立添加与 VictoriaMetrics 的对比测试,方便做选择。
与 Cortex 的关系

- Cortex 有较大技术债,很难满足 Mimir 中的一些需求
- 开源协议的更改,更满足 Grafana 公司产品的发展,Cortex 属于 Apache-2.0 License, 而 Mimir 协议为 AGPLv3。
是否值得学习
总结
参考链接
- https://grafana.com/oss/mimir
- https://news.ycombinator.com/item?id=30854734
- https://grafana.com/blog/2021/04/20/qa-with-our-ceo-on-relicensing/
- https://grafana.com/docs/mimir/latest/migration-guide/migrating-from-cortex
边栏推荐
- Verilog implements a divide-by-9 with a duty cycle of 5/18
- #yyds dry goods inventory# Interview must brush TOP101: the entry node of the ring in the linked list
- What is customer profile management?
- server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none failed
- -xms -xmx(information value)
- Talking about the algorithm security of network security
- 22年8月推广大使额外奖励规则
- Daily--Kali opens SSH (detailed tutorial)
- Shell常用脚本:Nexus批量上传本地仓库脚本
- How to reduce the gap between software design and implementation
猜你喜欢

20. Support vector machine - knowledge of mathematical principles

Realization of character makeup

The difference between adding or not adding the ref keyword when a variable of reference type is used as a parameter in a method call in C#

In Golang go-redis cluster mode, new connections are constantly created, and the problem of decreased efficiency is solved

ThreadLocal

网易云信圈组上线实时互动频道,「破冰」弱关系社交

支付模块实现

Qualcomm cDSP simple programming example (to query Qualcomm cDSP usage, signature), RK3588 npu usage query

景区手绘地图的绘制流程

Structure of the actual combat battalion module eight operations
随机推荐
A shortcut to search for specific character content in idea
Unity - by casting and cloning method dynamic control under various UGUI create and display
Flink_CDC construction and simple use
hboot与recovery、boot.img、system.img
SQL27 View user details of different age groups
【Acwing】The 62nd Weekly Game Solution
Payment module implementation
AI automatic code writing plugin Copilot (co-pilot)
How to debug TestCafe
HTC使用官方固件作为底包制作rom卡刷包教程
Judging decimal points and rounding of decimal operations in Golang
【ACM】2022.7.31训练赛
MATLAB program design and application 2.4 Common internal functions of MATLAB
(26)Blender源码分析之顶层菜单的关于菜单
「APIO2010」巡逻 题解
Daily--Kali opens SSH (detailed tutorial)
Implementing a Simple Framework for Managing Object Information Using Reflection
Unity-LineRenderer显示一条线
Linux environment redis cluster to build "recommended collection"
21. Support Vector Machine - Introduction to Kernel Functions