Skip to content

Commit f44078a

Browse files
committed
Runnable stream subscriber and enabled logic
1 parent 96f6c04 commit f44078a

File tree

13 files changed

+300
-698
lines changed

13 files changed

+300
-698
lines changed

lib/instrumentation/langchain/common.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

lib/instrumentation/langchain/runnable.js

Lines changed: 0 additions & 305 deletions
This file was deleted.

lib/instrumentations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ module.exports = function instrumentations() {
2727
'generic-pool': { type: InstrumentationDescriptor.TYPE_GENERIC },
2828
kafkajs: { type: InstrumentationDescriptor.TYPE_MESSAGE },
2929
koa: { module: './instrumentation/koa' },
30-
// langchain: { module: './instrumentation/langchain' },
3130
memcached: { type: InstrumentationDescriptor.TYPE_DATASTORE },
3231
mongodb: { type: InstrumentationDescriptor.TYPE_DATASTORE },
3332
next: { module: './instrumentation/nextjs' },

0 commit comments

Comments
 (0)