-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
集群部署疑问咨询 #5
Comments
这个问题我之前也有同样的疑问,后来部署验证了下,通过memberlist来同步哈希环,日志流从distributor进来还是可以路由到非本机的ingester的。 |
您好,請問下我前面部屬haproxy 分散到後面3台AIO的節點(這3台有用memberlist) 是否可行? 詳述下我的情況,我目前有10台nginx的access log 收進es作分析 |
如果一定要尝试的话,可以参考下仓库里面production的配置。实际场景中,我建议loki的index使用cassandra来存储,chunk采用S3协议的对象存储。适当扩大query-frontend的副本数来切片查询语句。由于loki的查询运算全靠硬件资源硬抗(cpu速度、网络传输带宽、磁盘io),任何一个慢都会造成木桶效应,你在使用时得结合机器性能调整配置。理论上来说,集群规模越大,loki查询的吞吐量越高,也更耗机器性能。 |
请教一个集群的问题。 现在发现一个问题,看Loki官网说的是distributor会根据接收到的日志的labels计算一个hash数值,然后根据这个hash数值从ingester组成的一个hash ring当中找到一个ingester去请求。 |
请问下通过部署3个all-in-one的loki实例的那种方式,我看也使用了memberlist,那意思是loki-1的distributor组件可以可以分发到其他实例loki-2,loki-3的ingester组件上?
和集群部署那种方式只是区别是all-in-one部署的,而不是每个组件拆分多实例部署?
The text was updated successfully, but these errors were encountered: