You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the warehouse module is responsible for storing and managing the monitoring metrics data, with different executors providing work for different types.
However, currently the only query parsing for it is the alerter module, which uses antlr4 alone for parsing.
Question:
1, Is it possible for parsing to sink down to warehouse and have each executor come with its own parser?
2. Or can a new middle tier be opened to provide parsing and routing?
Or can you tell me the original intent of such a design, thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, have a question for everyone.
I see that the
warehousemodule is responsible for storing and managing the monitoring metrics data, with differentexecutors providing work for different types.However, currently the only query parsing for it is the
alertermodule, which uses antlr4 alone for parsing.Question:
1, Is it possible for parsing to sink down to
warehouseand have eachexecutorcome with its own parser?2. Or can a new middle tier be opened to provide parsing and routing?
Or can you tell me the original intent of such a design, thanks.
Beta Was this translation helpful? Give feedback.
All reactions