-
Notifications
You must be signed in to change notification settings - Fork 109
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
Include spans for dark storage #9535
Include spans for dark storage #9535
Conversation
4958390
to
9d7ee1b
Compare
CodSpeed Performance ReportMerging #9535 will not alter performanceComparing Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9535 +/- ##
==========================================
- Coverage 91.85% 91.74% -0.12%
==========================================
Files 433 426 -7
Lines 26768 26552 -216
==========================================
- Hits 24587 24359 -228
- Misses 2181 2193 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Add opentelemetry.instrumentation on server and client side Fix azure log handler overriden by uvicorn.Config
This will include these log messages in azure
2c3d8c9
to
e8d20e5
Compare
config_args.update(reload=True, reload_dirs=[os.path.dirname(ert_shared_path)]) | ||
uvicorn_config = uvicorn.Config( | ||
DARK_STORAGE_APP, **config_args | ||
) # Need to run uvicorn.Config before entering the ErtPluginContext because uvicorn.Config overrides the configuration of existing loggers, thus removing log handlers added by ErtPluginContext |
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.
This comment is a bit long, same with the one on line 119
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.
Just some minor formatting comments otherwise this is ready to go!
Issue
Resolves equinor/scout#1157
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable