-
Notifications
You must be signed in to change notification settings - Fork 216
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
MGMT-6437: Redirecting cluster metrics to the correct Telemeter server. #1773
MGMT-6437: Redirecting cluster metrics to the correct Telemeter server. #1773
Conversation
Couldn't find an easy way to test it further than unit-tests. |
/retest |
/assign @eranco74 |
3e20d2f
to
1393e58
Compare
cd0330a
to
aecd7a3
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.
/lgtm
/retest Please review the full test history for this PR and help us cut down flakes. |
aecd7a3
to
b5cec47
Compare
b5cec47
to
b8fc6b4
Compare
/lgtm |
/retest |
1 similar comment
/retest |
We can see in the service that the custom manifest was created:
In the created cluster we can see that the ConfigMap was applied with the correct URL:
|
Currently all clusters send metrics to the default Telemeter server which is the prod instance of Telemeter in the cloud. This is wrong for 2 reasons: 1. integration/stage clusters statistics shouldn't be a part of production dashboards. 2. integration/stage service is configured to work against integration/stage AMS therefore, for those clusters, when metrics reaches prod Telemeter, they will fail on authN anyway. This change make sure each env send it metrics to the correct server or being disabled. Signed-off-by: Yoni Bettan <[email protected]>
b8fc6b4
to
1300142
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gamli75, ybettan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Currently all clusters send metrics to the default Telemeter server
which is the prod instance of Telemeter in the cloud.
This is wrong for 2 reasons:
integration/stage clusters statistics shouldn't be a part of
production dashboards.
integration/stage service is configured to work against integration/stage
AMS therefore, for those clusters, when metrics reaches prod
Telemeter, they will fail on authN anyway.
This change make sure each env send it metrics to the correct server or
being disabled.
Signed-off-by: Yoni Bettan [email protected]