@opentelemetry/instrumentation-pg
Version:
OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL
4 lines • 336 B
TypeScript
export { PgInstrumentation } from './instrumentation';
export { AttributeNames } from './enums/AttributeNames';
export type { PgInstrumentationConfig, PgInstrumentationExecutionRequestHook, PgInstrumentationExecutionResponseHook, PgRequestHookInformation, PgResponseHookInformation, } from './types';
//# sourceMappingURL=index.d.ts.map