-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think you don't have to follow the ways you proposed. Try to understand the OAL from higher level. What you asked is mostly asking for a new source. Read Officially, I don't know anyone thinks this is meaningful, and plans to do this. The reason is very simple, SkyWalking is an APM, which focuses on performance, operation, devops, SRE fields. What you asked about are about BI or an Analysis system, a lot of tech stacks are super good and much better than SkyWalking to do this. |
Beta Was this translation helpful? Give feedback.
I think you don't have to follow the ways you proposed. Try to understand the OAL from higher level. What you asked is mostly asking for a new source. Read
org.apache.skywalking.oap.server.core.source.Source
and its implementations, including how they work with OAL engine, you may get my suggestions.This would not be easy, it requires you fully understand the SkyWalking OAL engine.
Officially, I don't know anyone thinks this is meaningful, and plans to do this. The reason is very simple, SkyWalking is an APM, which focuses on performance, operation, devops, SRE fields. What you asked about are about BI or an Analysis system, a lot of tech stacks are super good and much better than SkyWal…