Closed Pitasi closed 2 years ago
use the SQL stmt as the span name
@Pitasi You mean the whole SQL query ? In price-oracle we used the go method name.
@tbruyelle I think either is fine, whatever is easier :)
@tbruyelle I think either is fine, whatever is easier :)
On my side I think using the SQL is not handy because it can be very long and it can more difficult to find it in the code rather than a method name. So I go for method names.
With this PR (https://github.com/EmerisHQ/demeris-api-server/pull/119) we introduced sentry support. We can start tracking spans for each of our database calls.
DoD: