UNPKG

@opentelemetry/instrumentation-fastify

Version:

OpenTelemetry instrumentation for `fastify` http web application framework

4 lines 295 B
export { FastifyInstrumentation } from './instrumentation'; export { AttributeNames, FastifyNames, FastifyTypes, } from './enums/AttributeNames'; export type { FastifyCustomAttributeFunction, FastifyInstrumentationConfig, FastifyRequestInfo, } from './types'; //# sourceMappingURL=index.d.ts.map