Skip to content

Commit

Permalink
Merge branch 'main' into no-gts
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir committed Aug 26, 2023
2 parents 5980ed1 + ff29576 commit e6dce11
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions plugins/node/opentelemetry-instrumentation-mongodb/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,3 @@ export enum MongodbCommandType {
COUNT = 'count',
UNKNOWN = 'unknown',
}

// https://github.com/mongodb/node-mongodb-native/blob/v4.2.2/src/cmap/connection.ts
export type V4Connection = {
id: number | '<monitor>';
command(
ns: any,
cmd: Document,
options: undefined | unknown,
callback: any
): void;
};

0 comments on commit e6dce11

Please sign in to comment.