@aws/aws-distro-opentelemetry-node-autoinstrumentation
Version:
This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.
10 lines • 458 B
TypeScript
import { InstrumentationConfig } from '@opentelemetry/instrumentation';
export interface LangChainInstrumentationConfig extends InstrumentationConfig {
/**
* Set to true to enable capture of content data, such as prompt and
* completion content, tool call function arguments, etc. By default, this is
* `false` to avoid possible exposure of sensitive data.
*/
captureMessageContent?: boolean;
}
//# sourceMappingURL=types.d.ts.map