ds-querier: add status code log (#110783)

Add a log of final status code we send to ruler, that has ruleid label attached
This commit is contained in:
Sarah Zinger
2025-09-09 10:18:41 -04:00
committed by GitHub
parent d0f25b0cd7
commit 3558a1c627
+1
View File
@@ -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) {