wForget commented on PR #6017:
URL: https://github.com/apache/kyuubi/pull/6017#issuecomment-1911288073

   > The difference with hint is that, we can change it's output.
   
   I might prefer to split it into two tasks:
   
   1. add a hint to inject observer
   2. provide getObservedMetrics method to obtain metrics
   
   like:
   
   ```
   Call getObservedMetrics(
   SELECT /*+ OBSERVE('observer1', sum(c1), count(1)) */ * from t1
   )
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to