-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies, especially OTEL instrumentations #406
Conversation
Deploying logfire-docs with Cloudflare Pages
|
@@ -64,6 +64,7 @@ def test_good_route(client: Client, exporter: TestExporter, metrics_reader: InMe | |||
'net.host.port': 80, | |||
'http.flavor': '1.1', | |||
'http.status_code': 200, | |||
'http.target': 'django_test_app/<int:item_id>/', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'http.method': 'GET', | ||
'http.request.method': 'GET', | ||
'http.server_name': 'testserver', | ||
'http.user_agent': 'testclient', | ||
'user_agent.original': 'testclient', | ||
'net.peer.ip': 'testclient', | ||
'client.address': 'testclient', | ||
'client.address': 'testserver', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'net.host.port': 80, | ||
'server.port': 80, | ||
'http.flavor': '1.1', | ||
'network.protocol.version': '1.1', | ||
'http.target': '/', | ||
'url.path': '/', | ||
'http.url': 'http://testserver/', | ||
'url.full': 'http://testserver/', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #406 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 128 128
Lines 9355 9355
Branches 1217 1217
=========================================
Hits 9355 9355 ☔ View full report in Codecov by Sentry. |
For https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.48b0