Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
9 lines
347 B
Plaintext
9 lines
347 B
Plaintext
/**
|
|
* https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/http.md
|
|
*/
|
|
export declare enum AttributeNames {
|
|
HTTP_ERROR_NAME = "http.error_name",
|
|
HTTP_ERROR_MESSAGE = "http.error_message",
|
|
HTTP_STATUS_TEXT = "http.status_text"
|
|
}
|
|
//# sourceMappingURL=AttributeNames.d.ts.map |