-
Notifications
You must be signed in to change notification settings - Fork 103
feat: Add initial metrics and update dependencies #414
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
2c3e179 to
086cc34
Compare
|
@JeffLuoo any update regarding this PR? |
|
@nirrozenbaum Yes. I will follow up with @kfswain on a branch cut in EPP so I can bump the version in this PR. |
256f457 to
cf0d629
Compare
|
@nirrozenbaum This PR is now ready for review |
|
This PR is targeted for v0.4. |
nirrozenbaum
left a comment
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.
Thanks @JeffLuoo.
overall it lgtm, I left few minor comments.
|
/lgtm |
|
@JeffLuoo linter issues.. |
This commit introduces Prometheus metrics to the scheduler, starting with a request counter. Signed-off-by: jeffluoo <jeffluoo@google.com>
e317a92
|
/retest |
|
/lgtm |
|
@JeffLuoo lgtm, please sign the commits |
This commit introduces Prometheus metrics to the scheduler, starting with a request counter.
It also updates several Go dependencies and adjusts the Dockerfile to work with the vendored dependencies.