@opentelemetry/instrumentation-express
Version:
OpenTelemetry instrumentation for `express` http web application framework
5 lines • 381 B
TypeScript
export { ExpressInstrumentation } from './instrumentation';
export { ExpressLayerType } from './enums/ExpressLayerType';
export { AttributeNames } from './enums/AttributeNames';
export type { ExpressInstrumentationConfig, ExpressRequestCustomAttributeFunction, ExpressRequestInfo, IgnoreMatcher, LayerPathSegment, SpanNameHook, } from './types';
//# sourceMappingURL=index.d.ts.map