@opentelemetry/instrumentation-fetch
Version:
OpenTelemetry instrumentation for fetch http client in web browsers
9 lines • 329 B
TypeScript
/**
* https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/http.md
*/
export declare enum AttributeNames {
COMPONENT = "component",
HTTP_ERROR_NAME = "http.error_name",
HTTP_STATUS_TEXT = "http.status_text"
}
//# sourceMappingURL=AttributeNames.d.ts.map