We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b663012 commit a6a9e81Copy full SHA for a6a9e81
plugins/node/instrumentation-runtime-node/src/instrumentation.ts
@@ -23,6 +23,7 @@ import { GCCollector } from './metrics/gcCollector';
23
import { HeapSpacesSizeAndUsedCollector } from './metrics/heapSpacesSizeAndUsedCollector';
24
import { ConventionalNamePrefix } from './types/ConventionalNamePrefix';
25
import { EventLoopTimeCollector } from './metrics/eventLoopTimeCollector';
26
+/** @knipignore */
27
import { PACKAGE_VERSION, PACKAGE_NAME } from './version';
28
29
const DEFAULT_CONFIG: RuntimeNodeInstrumentationConfig = {
0 commit comments