-
Notifications
You must be signed in to change notification settings - Fork 38
Enable metrics #136
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
Enable metrics #136
Conversation
go.mod
Outdated
| sigs.k8s.io/yaml v1.2.0 | ||
| ) | ||
|
|
||
| replace github.com/openshift/machine-api-operator => github.com/Danil-Grigorev/machine-api-operator v0.2.1-0.20200604073207-04068f243c6b |
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.
I'd prefer this to be moved back to master openshift before merge
Hold until we can identify whether this is absolutely necessary
/hold
|
/hold Waiting on openshift/machine-api-operator#590 |
|
/hold cancel |
|
/retest |
|
@Danil-Grigorev Seems there's a conflict, could you fix that then I'll give another review |
JoelSpeed
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.
/lgtm
/retest
elmiko
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.
/lgtm
go.mod
Outdated
| replace ( | ||
| sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20200618031251-e16dd65fdd85 | ||
| sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20200618001858-af08a66b92de | ||
| sigs.k8s.io/cluster-api-provider-gcp => github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20200617145800-5c21c4940146 |
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.
why is this needed at all? gcp repo is not even a fork.
|
why is this commit called "Add health checks"? |
|
this needs rebase. |
- Include PR openshift/machine-api-operator#609 introducing metrics support
|
/retest |
1 similar comment
|
/retest |
|
@enxebre @JoelSpeed @alexander-demichev I'd like to merge those today. Please approve and LGTM |
elmiko
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.
/lgtm
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed 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 |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Working on https://issues.redhat.com/browse/OCPCLOUD-784
This PR is adding support for reporting following prometheus metrics and also starting controller-runtime metrics server to make these metrics available for prometheus servers:
mapi_instance_create_failed: Total count of "create" cloud api errorsmapi_instance_update_failed: Total count of "update" cloud api errorsmapi_instance_delete_failed: Total count of "delete" cloud api errorsLabels on these metrics (for Azure):
Depends on PR openshift/machine-api-operator#609 introducing metrics support