@opentelemetry/instrumentation-koa
Version:
OpenTelemetry instrumentation for `koa` http web application framework
5 lines • 297 B
TypeScript
export { KoaInstrumentation } from './instrumentation';
export { AttributeNames } from './enums/AttributeNames';
export { KoaLayerType } from './types';
export type { KoaInstrumentationConfig, KoaRequestCustomAttributeFunction, KoaRequestInfo, } from './types';
//# sourceMappingURL=index.d.ts.map