UNPKG

@opentelemetry/instrumentation-hapi

Version:
14 lines 519 B
"use strict"; 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