@splunk/otel
Version:
The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.
12 lines • 598 B
TypeScript
import { SequelizeInstrumentationConfig } from './types';
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
export declare class SequelizeInstrumentation extends InstrumentationBase<SequelizeInstrumentationConfig> {
static readonly component = "sequelize";
private moduleVersion?;
constructor(config?: SequelizeInstrumentationConfig);
protected init(): InstrumentationNodeModuleDefinition;
private _getConnectionPatch;
private _createQueryPatch;
private _getNetTransport;
}
//# sourceMappingURL=sequelize.d.ts.map