UNPKG

@opentelemetry/instrumentation-xml-http-request

Version:
15 lines 559 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AttributeNames = void 0; /** * https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/http.md */ var AttributeNames; (function (AttributeNames) { AttributeNames["HTTP_STATUS_TEXT"] = "http.status_text"; })(AttributeNames = exports.AttributeNames || (exports.AttributeNames = {})); //# sourceMappingURL=AttributeNames.js.map