We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6c22f commit 3f48e37Copy full SHA for 3f48e37
src/semantic-router/pkg/extproc/request_handler.go
@@ -263,8 +263,7 @@ func (r *OpenAIRouter) handleCaching(ctx *RequestContext) (*ext_proc.ProcessingR
263
if err != nil {
264
observability.Errorf("Error searching cache: %v", err)
265
} else if found {
266
- // Record and log cache hit
267
- metrics.RecordCacheHit()
+ // Log cache hit
268
observability.LogEvent("cache_hit", map[string]interface{}{
269
"request_id": ctx.RequestID,
270
"model": requestModel,
0 commit comments