Skip to content

Commit

Permalink
add empty error reason
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Jul 27, 2023
1 parent 64551fa commit e34d714
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion model/http-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,14 @@ groups:
type:
allow_custom_values: true
members:
- id: empty
value: ""
brief: 'No error. Default value.'
- id: other
value: "_OTHER"
brief: 'Any error reason instrumentation does not define custom value for.'
requirement_level:
conditionally_required: If and only if request or response has ended prematurely.
conditionally_required: If request or response has ended prematurely.
examples: ['timeout', 'name_resolution_error', 'server_certificate_invalid']
note: >
Instrumentations SHOULD define and document a list of applicable error reasons that describe why request
Expand Down

0 comments on commit e34d714

Please sign in to comment.