Commit e61bd87
xueyuan
fix(qdrant): add query_points and query_batch_points to async client instrumentation
The sync QdrantClient had query_points and query_batch_points in its
instrumentation config, but AsyncQdrantClient was missing both methods.
This caused async users to not get spans for these operations.
Closes #34921 parent b39151b commit e61bd87
1 file changed
Lines changed: 10 additions & 0 deletions
File tree
- packages/opentelemetry-instrumentation-qdrant/opentelemetry/instrumentation/qdrant
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
| |||
0 commit comments