@opentelemetry/instrumentation-express
Version:
OpenTelemetry instrumentation for `express` http web application framework
13 lines • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AttributeNames = void 0;
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
var AttributeNames;
(function (AttributeNames) {
AttributeNames["EXPRESS_TYPE"] = "express.type";
AttributeNames["EXPRESS_NAME"] = "express.name";
})(AttributeNames = exports.AttributeNames || (exports.AttributeNames = {}));
//# sourceMappingURL=AttributeNames.js.map