[Question] Can I monitor incoming queries to weaviate?

Hello everyone! I am new to weaviate and I have a question.
I deployed weaviate on docker container and I want to see which queries are passed with all the parameters and successfully executed or not. Is there any way to check this information?

hi @Bongkeun_Shin !!

Welcome to our community!

I don’t believe this is implemented. Yet.

I have found this issue that may be related to what you are after:

Please, leave your thumbs up :+1: so we can push it up in our roadmap

The closer we can get, AFAIK, is defining the server LOG_LEVEL to trace That will be very verbose and can indicate some of the operations that are taking place.

Let me know if this helps.

Thanks!

Hi!

Not exactly monitoring queries to Weaviate, but monitoring queries from the client:

Check this recipe on Weaviate + Langtrace:

Thanks! This would help me check which queries are passed to weaviate.