geoffreyclaude commented on issue #17207:
URL: https://github.com/apache/datafusion/issues/17207#issuecomment-3193576589

   > I think that is the exact usecase of the 
https://github.com/datafusion-contrib/datafusion-tracing project which might be 
worth a look
   
   It makes a lot of sense for `datafusion-tracing` to support emitting 
metrics. Currently it only reports execution metrics as span fields, but it 
shouldn't be too difficult to extend it so metrics can also be emitted 
following the OpenTelemetry standard (and same for ObjectStore metrics.) Then, 
if you have a unique tag per query, you could aggregate them on that tag to get 
query level metrics.
   Feel free to open an issue on the project and we can look at it more in 
detail!


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to