Closed ajkaanbal closed 9 months ago
@ajkaanbal Could you please describe the issue / symptom you were experiencing?
Hi @voidcontext, I believe we ran into the same issue; queries using withUniqueGeneratedKeys
don't appear to get traced at all, e.g. https://github.com/ovotech/carbon-zero-ingestor/blob/b58cc5ac51d2aab28d69a284b34f09d99ecd9877/service/src/main/scala/com/ovoenergy/carbonzero/ds/billbreakdown/weekly/BillBreakdownWeeklyStorage.scala#L97
HI @ajkaanbal and @richard-dennehy-ovo, I had some time today so I added the suggested changes in #114 and merged it, I'll tag a fix release soon, it should be available in maven later today.
I was having trouble tracing
updates
usingwithUniqueGeneratedKeys
, these changes appear to have solved the problem so far.