@opentelemetry/instrumentation-hapi
Version:
OpenTelemetry instrumentation for `@hapi/hapi` http web application framework
14 lines • 519 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["HAPI_TYPE"] = "hapi.type";
AttributeNames["PLUGIN_NAME"] = "hapi.plugin.name";
AttributeNames["EXT_TYPE"] = "server.ext.type";
})(AttributeNames = exports.AttributeNames || (exports.AttributeNames = {}));
//# sourceMappingURL=AttributeNames.js.map