We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
grafana通过配置多个loki数据源来查询日志,但是由于不同的loki数据源中日志label并不一样,这也导致在grafana上查询日志还是具备一定的门槛。
dagger的目的是尽量简化日志查询过程中的条件选择,引入多个loki数据源可能会打破这样的初衷。
我这里另外一个解决方案,看各位有啥好的想法:
方案一、一套Loki集群收集多个集群日志,然后跟dagger对接
优势:
劣势:
方案二、dagger支持多个loki数据源
有其他的想法,欢迎在下方留言讨论
The text was updated successfully, but these errors were encountered:
实际上方案二应该好一点,配置成模块化的,loki的地址可以不再配置文件中定义,而是通过ui登陆后输入要使用的loki地址,告警的话可以考虑让报警规则可以关联到不同loki上,这样只需要管理报警规则就行了。
Sorry, something went wrong.
LinkMaq
No branches or pull requests
grafana通过配置多个loki数据源来查询日志,但是由于不同的loki数据源中日志label并不一样,这也导致在grafana上查询日志还是具备一定的门槛。
dagger的目的是尽量简化日志查询过程中的条件选择,引入多个loki数据源可能会打破这样的初衷。
我这里另外一个解决方案,看各位有啥好的想法:
方案一、一套Loki集群收集多个集群日志,然后跟dagger对接
优势:
劣势:
方案二、dagger支持多个loki数据源
优势:
劣势:
有其他的想法,欢迎在下方留言讨论
The text was updated successfully, but these errors were encountered: