-
Notifications
You must be signed in to change notification settings - Fork 55
Initial version for diagnostic logs: #452
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
Conversation
- add new v2 endpoint to stats module - save file to DIAGNOSTIC_LOGS_URL - propagate to config
Pull Request Test Coverage Report for Build 15000170926Details
💛 - Coveralls |
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.
I am wondering why we have this in stats module, is not is more generic functionality which can be part of core app?
Under the hood:
|
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.
nice one
print(resp.headers) | ||
print(resp_data) | ||
assert "processing_time_ms" in resp_data | ||
print(type(resp_data)) |
There was a problem hiding this comment.
8B35Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarcelGeo rm prints()?
Added ➕
Refactor 🔨
Example
file is created
content
❗ ❓