摘要: Redis淘汰策略 1、volatile-lru:从已设置过期时间的数据集(server.db[i].expires)中挑选最近最少使用的数据淘汰 2、volatile-ttl:从已设置过期时间的数据集(server.db[i].expires)中挑选将要过期的数据淘汰 3、volatile-ran 阅读全文
posted @ 2020-12-23 19:09 xiaoxiongfei 阅读(68) 评论(0) 推荐(0)
摘要: 架构图 数据模型 { metric: load.1min, endpoint: open-falcon-host, tags: srv=falcon,idc=aws-sgp,group=az1, value: 1.5, timestamp: `date +%s`, counterType: GAUG 阅读全文
posted @ 2020-12-23 14:20 xiaoxiongfei 阅读(92) 评论(0) 推荐(0)
摘要: 架构图 数据模型 <metric name>{<label name>=<label value>, ...} 指标名称{标签名称=标签值, ...} 示例 api_http_requests_total{method="POST", handler="/messages"} 指标类型 Counte 阅读全文
posted @ 2020-12-23 12:01 xiaoxiongfei 阅读(108) 评论(0) 推荐(0)