Is your feature request related to a problem?
The current Guardrails DB lacks sufficient data points for effective RCA/debugging and performance tracking, which hinders our ability to analyze and improve system performance.
Describe the solution you'd like
Add more data points to the Guardrails DB, including:
- Triggered validator config for each request
- LLM critic response (e.g., score)
- Provider response ID
- Usage/stats data (cost, latency, tokens) for each request
Original issue
Need more data stored in the Guardrails DB (at request log table or validator log table) that can help us with RCA/Debugging and for tracking performance metrics.
- Which validaor config was triggered against request
- LLM critic response e.g Score
- provider response id
- More info that can help us to know cost, latency, tokens against a request (usage/stats data)
Is your feature request related to a problem?
The current Guardrails DB lacks sufficient data points for effective RCA/debugging and performance tracking, which hinders our ability to analyze and improve system performance.
Describe the solution you'd like
Add more data points to the Guardrails DB, including:
Original issue
Need more data stored in the Guardrails DB (at request log table or validator log table) that can help us with RCA/Debugging and for tracking performance metrics.