Description
Server Setup Information
- Weaviate Server Version: 1.26.4
- Deployment Method: Docker Compose
- Client Language and Version: Python 3.9
- Multitenancy?: Yes
Additional Context
-
Using autoTenantActivation feature
-
Need to identify “idle” tenants for state management
-
Currently monitoring through Grafana/Prometheus
Current Limitations
- Prometheus metrics only show class-level activity:
queries_filtered_vector_durations_ms{
class_name="Paragraph",
operation="vector"
}
Question
I was wondering if there are any existing or planned to be added ways to track tenant-specific activity in Weaviate? I’m also particularly curious how autoTenantActivation is able to detect when a tenant needs to be activated.
Any help would be appreciated, thanks