From 650648951d4d51391c06400e502bcec9d0294114 Mon Sep 17 00:00:00 2001 From: pikalovArtemN Date: Tue, 8 Oct 2024 18:04:02 +0300 Subject: [PATCH] chore(instrumentation-runtime-node): lint --- .../src/global.d.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/plugins/node/instrumentation-runtime-node/src/global.d.ts b/plugins/node/instrumentation-runtime-node/src/global.d.ts index ae9262c5b1..a3affb3ff2 100644 --- a/plugins/node/instrumentation-runtime-node/src/global.d.ts +++ b/plugins/node/instrumentation-runtime-node/src/global.d.ts @@ -1,4 +1,19 @@ -import {Histogram} from "perf_hooks"; +/* + * Copyright The OpenTelemetry Authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +import { Histogram } from 'perf_hooks'; declare module 'node:perf_hooks' { interface IntervalHistogram extends Histogram {