Skip to content

Commit

Permalink
Fix port type
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Jul 14, 2023
1 parent 5a147bc commit 31ad755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/url.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ groups:
examples: [ "www.opentelemetry.io" ]
- id: port
requirement_level: opt_in
type: string
type: int
brief: Port of the request
examples: [ "9090" ]
- id: original
requirement_level: opt_in
type: string
brief: >
Unmodified original url as seen in the event source.
Unmodified original URL as seen in the event source.
Note that in network monitoring, the observed URL may be
a full URL, whereas in access logs, the URL is often just represented as a path.
Expand Down

0 comments on commit 31ad755

Please sign in to comment.