From 31ad755fc6a7644dedf8301eaa4641fa13cebb73 Mon Sep 17 00:00:00 2001 From: ChrsMark Date: Fri, 14 Jul 2023 10:29:21 +0300 Subject: [PATCH] Fix port type Signed-off-by: ChrsMark --- model/url.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/url.yaml b/model/url.yaml index 18fc3ced9f..505667c32c 100644 --- a/model/url.yaml +++ b/model/url.yaml @@ -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.