-
Notifications
You must be signed in to change notification settings - Fork 2
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
Expose metrics for lbaas operation durations #167
Expose metrics for lbaas operation durations #167
Conversation
Code Climate has analyzed commit 990f472 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 63.6% (50% is the threshold). This pull request will bring the total coverage in the repository to 55.5% (0.3% change). View more on Code Climate. |
e8b64e9
to
6e1f984
Compare
bcd1232
to
b2c2151
Compare
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.
Mostly looking good so far.
I'm not sure about the big testing diff included in this PR. Maybe extract it into a separate one?
@LittleFox94 could you please also take a look?
b2c2151
to
ced103c
Compare
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.
oh noes, had a pending comment all those days
50c0002
to
53896c9
Compare
23edc85
to
a255404
Compare
88dea78
to
90b6599
Compare
Metrics - Histograms - cloud_provider_anexia_reconcile_total_duration_seconds - cloud_provider_anexia_reconcile_create_resources_duration_seconds - Counter - cloud_provider_anexia_reconcile_create_errors_total - cloud_provider_anexia_reconcile_delete_retries_total - cloud_provider_anexia_reconcile_delete_errors_total - cloud_provider_anexia_reconcile_created_total - cloud_provider_anexia_reconcile_deleted_total - cloud_provider_anexia_reconcile_retrieved_resources_total - Gauge - cloud_provider_anexia_reconcile_resources_pending Update ginkgo Update golangci-lint Use ginkgo for provider test Signed-off-by: Manuel Zangl <[email protected]>
Upadate changelog Update packages Remove metric specific tests
90b6599
to
990f472
Compare
Checklist
Unreleased
section in CHANGELOG.mdReferences
Community Note