LOG-6084: Replace functional-benchmark plot library#2992
Conversation
|
@jcantrill: This pull request references LOG-6084 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.8.0" version, but no target version was set. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcantrill The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
28d7337 to
9e31a7a
Compare
|
/test unit |
|
@jcantrill: This pull request references LOG-6084 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.8.0" version, but no target version was set. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/test unit |
|
@jcantrill: This pull request references LOG-6084 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.8.0" version, but no target version was set. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
9e31a7a to
138de9a
Compare
|
/test unit |
138de9a to
1073690
Compare
|
/lgtm |
1073690 to
34c9b7a
Compare
| ) | ||
|
|
||
| var ( | ||
| log = utils.InitLogger("functional-benchmarker") |
There was a problem hiding this comment.
Why aren't you using the InitStaticLogger() function here when you use it in previous files?
There was a problem hiding this comment.
This one should be static because it would initialize the logger for the entire process that begin in main.
|
|
||
| // HACK - This command is for development use only | ||
| func main() { | ||
| utils.InitLogger("functional-benchmarker") |
There was a problem hiding this comment.
Another instance of the logger?
There was a problem hiding this comment.
Removing this since we are initializing one with var
| ) | ||
|
|
||
| var ( | ||
| log = utils.InitLogger("gonumplut") |
There was a problem hiding this comment.
I believe this should not be static as we do not want to replace the logger for the entire process. This is similar to creating a logger for the package as part of the runtime controllers. I'm not fully onboard with how loggers should be treated.
| ) | ||
|
|
||
| var ( | ||
| log = utils.InitLogger("cluster") |
There was a problem hiding this comment.
same here as this becomes a package level logger..
| ) | ||
|
|
||
| var ( | ||
| log = utils.InitLogger("stats") |
34c9b7a to
eed7f2c
Compare
|
/lgtm |
|
@jcantrill: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
Description
This PR:
Example of results https://github.com/jcantrill/collector-experimental/blob/release-6.2/6.2.0/10m-01-5000lps-0512b-01/readme.md