Commit graph

25 commits

Author SHA1 Message Date
9dc9d99379 feat(http/fiber-middleware): trace propagation 2024-08-27 01:56:42 +02:00
8c63bfc3c5 style: go fmt 2024-08-27 01:56:42 +02:00
d373c1bc7f feat(http/transport): allow passing a function to customize trace propagation 2024-08-27 01:56:42 +02:00
c6c33c7024 refactor: move integrations into separate packages 2024-08-27 01:56:40 +02:00
261161b911 feat(tracing): map injection support 2024-08-11 02:54:27 +02:00
3c254e8768 feat(tracing/sql): emit breadcrumbs 2024-08-10 02:00:07 +02:00
91fc1dc9c1 feat(tracing/http-transport): emit breadcrumbs 2024-08-10 01:51:58 +02:00
18f9295c60 feat(tracing): breadcrumb emitting 2024-08-10 01:47:14 +02:00
ab48f8c2ee fix(tracing/sql): set proper span name 2024-08-09 23:44:42 +02:00
7274c9b963 chore: expose opts 2024-07-31 21:58:27 +02:00
6155fc5852 fix(fiber-mw): log panics 2024-07-31 17:15:02 +02:00
aff39e4343 refactor(reqlog): print for request and response individually 2024-07-31 17:06:27 +02:00
7aa4621e13 fix(reqlog): only use .{number} for request logging when there's multiple values for a request header 2024-07-31 16:58:55 +02:00
fe66be7e2a refactor(tracing)!: return helper struct for RunTraced 2024-07-28 17:03:48 +02:00
2848989a6a chore(tracing): add type helper for RunTraced 2024-07-28 16:58:29 +02:00
d5cbb6a757 fix: rename tracedPGxHooks to tracedSQLHooks 2024-07-28 16:56:41 +02:00
8bf2fa122d feat(tracing): add RunTraced() function 2024-07-28 16:53:47 +02:00
0338be0407 fix(fiber): set telemetry on context 2024-07-27 19:40:22 +02:00
62f70ab0c9 refactor(db-tracing)!: allow passing in own drivers 2024-07-27 19:07:11 +02:00
89ed751e04 feat(tracing): capturing messages 2024-07-24 20:59:20 +02:00
6324d62c84 fix(reqlog): only use .{number} for request logging when there's multiple values for a header 2024-07-23 18:59:02 +02:00
84fd50f8d6 chore(reqlog): header logging 2024-07-23 18:52:10 +02:00
cfb96e811e feat(pgx): metrics 2024-07-23 18:23:02 +02:00
bf66baf3c5 chore(pgx): make it possible to get the raw hooked driver 2024-07-23 17:55:58 +02:00
61763d05af chore: init 2024-07-23 17:46:15 +02:00