From 3558a1c6274a9e06f5b02c655e21b07f2aa1a251 Mon Sep 17 00:00:00 2001 From: Sarah Zinger Date: Tue, 9 Sep 2025 10:18:41 -0400 Subject: [PATCH] ds-querier: add status code log (#110783) Add a log of final status code we send to ruler, that has ruleid label attached --- pkg/registry/apis/query/query.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/registry/apis/query/query.go b/pkg/registry/apis/query/query.go index 4cb702f79c5..4ad089e014f 100644 --- a/pkg/registry/apis/query/query.go +++ b/pkg/registry/apis/query/query.go @@ -152,6 +152,7 @@ func (r *queryREST) Connect(connectCtx context.Context, name string, _ runtime.O } } } + connectLogger.Debug("responder sending status code", "statusCode", statusCode) }, func(err error) {