Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Jun 21, 2024
1 parent 481581e commit dba3963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ def collect_request_attributes(scope, sem_conv_opt_in_mode=_HTTPStabilityMode.DE
path = scope.get("path")
if path:
target = path
if query_string:
target = path + query_string
_set_http_target(result, target, path, query_string, sem_conv_opt_in_mode)
if http_url:
_set_http_url(result, remove_url_credentials(http_url), sem_conv_opt_in_mode)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ def test_basic_metric_success(self):
"http.host": "127.0.0.1",
"http.scheme": "http",
"http.flavor": "1.0",
"http.server.name"
"net.host.port": 80,
}
metrics_list = self.memory_metrics_reader.get_metrics_data()
# pylint: disable=too-many-nested-blocks
Expand Down

0 comments on commit dba3963

Please sign in to comment.