add-otel #3

Merged
xuu merged 13 commits from add-otel into main 2025-03-26 20:49:42 -06:00
Showing only changes of commit 22d77d6aef - Show all commits

View File

@ -127,7 +127,7 @@ func httpServer(c *console, app *appState) error {
if v, ok := strconv.Atoi(r.URL.Query().Get("offset")); ok == nil {
offset = v
}
args = append(args, limit, offset)
w.Header().Set("Content-Type", "text/plain; charset=utf-8")
rows, err := db.QueryContext(
ctx,