Files
klz-cables.com/.pnpm-store/v10/files/d8/a00a866682f31896009021c9a167127c67a9f1912f4feb4e95d91e36879867a493a76b2093d686889dcefa213bb14e4a1ad0f4ab93cb220db0a8ac0dd603ea
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

22 lines
800 B
Plaintext

import { InstrumentationBase } from '@opentelemetry/instrumentation';
import { UndiciInstrumentationConfig } from './types';
export declare class UndiciInstrumentation extends InstrumentationBase<UndiciInstrumentationConfig> {
private _channelSubs;
private _recordFromReq;
private _httpClientDurationHistogram;
constructor(config?: UndiciInstrumentationConfig);
protected init(): undefined;
disable(): void;
enable(): void;
protected _updateMetricInstruments(): void;
private subscribeToChannel;
private parseRequestHeaders;
private onRequestCreated;
private onRequestHeaders;
private onResponseHeaders;
private onDone;
private onError;
private recordRequestDuration;
private getRequestMethod;
}
//# sourceMappingURL=undici.d.ts.map