-
Notifications
You must be signed in to change notification settings - Fork 836
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
Added helmchart variable to operator to be able to set a default "global" request logging prefix #1517
Added helmchart variable to operator to be able to set a default "global" request logging prefix #1517
Conversation
REmoved previous edits of types
Sat Mar 7 11:49:38 UTC 2020 impatient try |
Sat Mar 7 11:49:38 UTC 2020 impatient try |
Sat Mar 7 11:50:39 UTC 2020 impatient try |
Sat Mar 7 11:50:46 UTC 2020 impatient try |
…github.com/axsaucedo/seldon-core into 1510_add_top_level_request_logger_registry
Sat Mar 7 11:59:18 UTC 2020 impatient try |
Sat Mar 7 11:59:40 UTC 2020 impatient try |
Questions to consider:
|
Another thing to consider: |
Just thinking about the use an env var. I realise I suggested this but executor actually tends to use startup parameters instead. Just a detail though. I think we should look to get something in and refine later. |
No, that's definitely a good point. I think from a design perspective using parameters would be cleaner, but there wasn't any obvious way of adding it without some bigger changes. If you think we should do it in a different way, we could add it through the param and have the default URL as part of the PredictorProcess class, or alternatively we could have it as an env variable for now/initially and explore the best way to manage the config. |
I take it with this change we'd only need to set the env var at operator install time and then on each SeldonDeployment we'd turn on logging with e.g.
|
@ryandawsonuk that is correct - I was thinking that it may be good to add that as a default, but that could be something as a follow-up |
/test integration |
Mon Mar 9 13:53:50 UTC 2020 impatient try |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ryandawsonuk The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@axsaucedo: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
New changes are detected. LGTM label has been removed. |
Mon Mar 9 19:37:57 UTC 2020 impatient try |
Mon Mar 9 19:37:57 UTC 2020 impatient try |
Fixes #1510
This PR includes:
Things to consider:
executor/logger/constants.go
, however if we add this value as the default when the executor container is being created in the operator we would be abel to have that default there instead.Further questions:
Predict
method.