UNPKG

@opentelemetry/instrumentation-xml-http-request

Version:
12 lines 423 B
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ /** * https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/http.md */ export var AttributeNames; (function (AttributeNames) { AttributeNames["HTTP_STATUS_TEXT"] = "http.status_text"; })(AttributeNames || (AttributeNames = {})); //# sourceMappingURL=AttributeNames.js.map