-
Notifications
You must be signed in to change notification settings - Fork 50
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
[IOP] : Adding New Metrics controllers to push metrics to prometheus #1847
Conversation
vinaybheri
commented
Mar 14, 2023
- Currently the sfserviceinstance metrics are sent from sfserviceinstancereplicator controller. For better channelization and readability now we have created new controller sfserviceinstancemetrics to push sfserviceinstance metrics to prometheus.
- Similarly till now the sfservicebinding metrics are sent from sfservicebindingreplicator controller. For better channelization and readability now we have created a new controller sfservicebindingmetrics to push sfservicebinding metrics to prometheus.
* service id, plan id, organization guid and space guid * creation and deletion timestamp * sf namespace & etc.
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.
Looks like some commits are unrelated to this PR: 762c359
Please rebase the branch with master
@jintusebastian Updated changes with latest master branch changes. |
c46aae7
to
ec665ec
Compare
3046d1a
to
fe8c5b1
Compare
Codecov Report
@@ Coverage Diff @@
## master #1847 +/- ##
==========================================
- Coverage 72.73% 70.79% -1.94%
==========================================
Files 46 47 +1
Lines 4471 4589 +118
==========================================
- Hits 3252 3249 -3
- Misses 879 991 +112
- Partials 340 349 +9 |
8425d93
to
815d198
Compare
815d198
to
4d18539
Compare
4d18539
to
b9d7dc6
Compare
...controllers/multiclusterdeploy/sfservicebindingmetrics/sfservicebindingmetrics_controller.go
Outdated
Show resolved
Hide resolved
...ntrollers/multiclusterdeploy/sfserviceinstancemetrics/sfserviceinstancemetrics_controller.go
Outdated
Show resolved
Hide resolved
…metrics/sfserviceinstancemetrics_controller.go Co-authored-by: Anoop Joseph Babu <anoop.joseph.babu@sap.com>
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 👍