[Feature] storage: add storage-loki-plugin support loki+ SkyWalking #9836
Replies: 2 comments 6 replies
-
Move this to idea discussion. As this new proposal is never discussed and accepted. |
Beta Was this translation helpful? Give feedback.
-
A new storage option is a very heavy proposal, and we need you to answer several key questions.
About the cost your mentioned, true, ES costs a lot, this is not news. This argument exists as always with ElasticSearch project. This is why we are building the APM native database, https://github.com/apache/skywalking-banyandb. We are open to more options, but the above concerns should be addressed. Also, if you are willing to build a new project, to re-distribute SkyWalking with your new option, and to see whether users are going to choose it, we are happy to help you marketing it in our community. A similar thing was asked about is using ClickHouse to process metrics part, you can see these both are hard of the complete solution, we can't accept them as official unless we are confident people are really to use this way, and believe the complexity of deployment and operation is still acceptable. You should know that APM is a third-level system after your business system and analysis/BI system. So, the operation team usually doesn't want to cost too much to maintain a complex deployment as more components are involved, easier if one of them crashed somehow. If you feel ElasticSearch is not easy, it would be definitely harder to use ElasticSearch + Loki/Clickhouse. |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Description
The indexing technology of ES will cause the log inflation ratio to be too large, which will eventually cause users to pay a huge bill.
In the field of logs, there is a new non-indexed log system that is developing rapidly. Taking grafana loki as an example, the log inflation ratio is only It is 1/1000 of the original log. This allows users to have a log system at 1/100 to 1/10 of the cost of ES.
Use case
Users don't want to pay an overly expensive logging bill.
We can provide users with a low-cost storage, but will explicitly tell users that the query performance is lower than ES.
Related issues
none
Are you willing to submit a PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions