Skip to content

Commit 37e9d6f

Browse files
committed
Change HTTP client exception severity to WARN
1 parent 5cc9640 commit 37e9d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/http/events.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ groups:
1010
note: >
1111
This event SHOULD be recorded when an exception occurs during HTTP client operations.
1212
13-
Instrumentations SHOULD set the severity to ERROR (severity number 17) when recording this event.
13+
Instrumentations SHOULD set the severity to WARN (severity number 13) when recording this event.
1414
1515
Some HTTP client frameworks generate artificial exceptions for non-successful HTTP status codes
1616
(e.g., 404 Not Found). When possible, instrumentations SHOULD NOT record these artificial

0 commit comments

Comments
 (0)