UNPKG

@opentelemetry/instrumentation-nestjs-core

Version:
35 lines 1.16 kB
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ATTR_HTTP_URL = exports.ATTR_HTTP_METHOD = void 0; /* * This file contains a copy of unstable semantic convention definitions * used by this package. * @see https://github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions#unstable-semconv */ /** * Deprecated, use `http.request.method` instead. * * @example GET * @example POST * @example HEAD * * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`. * * @deprecated Replaced by `http.request.method`. */ exports.ATTR_HTTP_METHOD = 'http.method'; /** * Deprecated, use `url.full` instead. * * @example https://www.foo.bar/search?q=OpenTelemetry#SemConv * * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`. * * @deprecated Replaced by `url.full`. */ exports.ATTR_HTTP_URL = 'http.url'; //# sourceMappingURL=semconv.js.map