@dynatrace/opentelemetry-core
Version:
Dynatrace OpenTelemetry core package
8 lines • 324 B
TypeScript
/**
* Returns the current thread id formatted as a hexadecimal encoded string.
*
* On sytems older than 12.x without support for worker_threads, the thread id is always 00000000
*/
export declare let getThreadId: () => string;
export declare function __testUncacheThreadId(): void;
//# sourceMappingURL=ThreadId.d.ts.map