UNPKG

@opentelemetry/instrumentation-restify

Version:

OpenTelemetry instrumentation for `restify` http web application framework

5 lines 303 B
export { RestifyInstrumentation } from './instrumentation'; export { AttributeNames } from './enums/AttributeNames'; export { LayerType } from './types'; export type { RestifyCustomAttributeFunction, RestifyInstrumentationConfig, RestifyRequestInfo, } from './types'; //# sourceMappingURL=index.d.ts.map