Skip to content

Commit

Permalink
Merge branch 'main' into feature/1765-add-otelTraceSampled-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Apr 28, 2023
2 parents 0fa941e + 5117098 commit 0dadd9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_status_codes(self):
(span_status, None),
{
SpanAttributes.HTTP_METHOD: "GET",
SpanAttributes.HTTP_URL: f"http://{host}:{port}/test-path?query=param#foobar",
SpanAttributes.HTTP_URL: f"http://{host}:{port}/test-path#foobar",
SpanAttributes.HTTP_STATUS_CODE: int(
status_code
),
Expand Down

0 comments on commit 0dadd9f

Please sign in to comment.