autotel
Version:
Write Once, Observe Anywhere
13 lines (11 loc) • 525 B
JavaScript
import { C as URLAttributes, d as HTTPAttributes, y as ServiceAttributes } from "./registry-DVSmWg6Y.js";
//#region src/semantic-conventions.ts
function httpRequestHeaderAttribute(name) {
return `http.request.header.${name.toLowerCase()}`;
}
function httpResponseHeaderAttribute(name) {
return `http.response.header.${name.toLowerCase()}`;
}
//#endregion
export { HTTPAttributes, ServiceAttributes, URLAttributes, httpRequestHeaderAttribute, httpResponseHeaderAttribute };
//# sourceMappingURL=semantic-conventions.js.map