File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
packages/opentelemetry-host-metrics/test
plugins/node/opentelemetry-instrumentation-router/test Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /* eslint-disable-next-line @typescript-eslint/triple-slash-reference */
18- /// <reference path="../global.d.ts" />
19-
2017import * as Network from 'systeminformation/lib/network' ;
2118import type { Systeminformation } from 'systeminformation' ;
2219import { Attributes } from '@opentelemetry/api' ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- /* eslint-disable-next-line @typescript-eslint/triple-slash-reference */
18- /// <reference path="../src/router.d.ts" />
19-
2017import { context , trace } from '@opentelemetry/api' ;
2118import { NodeTracerProvider } from '@opentelemetry/sdk-trace-node' ;
2219import { AsyncHooksContextManager } from '@opentelemetry/context-async-hooks' ;
You can’t perform that action at this time.
0 commit comments