Skip to content

Commit

Permalink
chore: renamed missed type
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Jun 15, 2024
1 parent f05df5e commit 34069f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/instrumentation-qdrant/src/instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export class QdrantInstrumentation extends InstrumentationBase<any> {
private _setUpsertAttributes(
span: Span,
collectionName: string,
params: qdrant.Schemas["PointInsertOperations"],
params: UpsertRequest,
) {
span.setAttribute("db.qdrant.upsert.collection_name", collectionName);
if ("batch" in params) {
Expand Down

0 comments on commit 34069f0

Please sign in to comment.