Commit 5368123
committed
docs(instrumentation-pg): document span types created by instrumentation
Add documentation to README.md explaining the three span types created:
- `pg.query:<OPERATION> <database>` - query execution spans
- `pg.connect` - client connection spans
- `pg-pool.connect` - pool connection acquisition spans
Include guidance on when `pg-pool.connect` spans are useful vs potentially
noisy in high-throughput scenarios.1 parent 53a6c94 commit 5368123
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
42 | 54 | | |
43 | 55 | | |
44 | 56 | | |
| |||
0 commit comments