Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据carbon.conf
收到的超过 MAX_CREATES_PER_MINUTE 值的任何指标都将被静默删除,并且直到收到后续指标并符合定义的速率限制时才会创建耳语文件
我想知道为什么不将它们放入缓存中(类似于 MAX_UPDATES_PER_SECOND 行为)呢?