@opentelemetry/instrumentation-restify
Version:
OpenTelemetry instrumentation for `restify` http web application framework
15 lines • 554 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["TYPE"] = "restify.type";
AttributeNames["NAME"] = "restify.name";
AttributeNames["METHOD"] = "restify.method";
AttributeNames["VERSION"] = "restify.version";
})(AttributeNames = exports.AttributeNames || (exports.AttributeNames = {}));
//# sourceMappingURL=AttributeNames.js.map