-
Notifications
You must be signed in to change notification settings - Fork 813
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
fix: Enabling SplitControllerAndExtensions leads to incomplete metrics availability #3242
Conversation
9a55b4e
to
1d3325f
Compare
Build Failed 😱 Build Id: b327d384-bcce-4936-8f7c-155296a162c5 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
install/yaml/install.yaml
Outdated
@@ -16435,39 +16501,39 @@ spec: | |||
readOnly: true | |||
--- | |||
# Source: agones/templates/extensions.yaml | |||
apiVersion: apiregistration.k8s.io/v1 |
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.
Strange diff changes, they are exactly the same
install/yaml/install.yaml
Outdated
version: v1 | ||
--- | ||
# Source: agones/templates/extensions.yaml | ||
# Copyright 2018 Google LLC All Rights Reserved. |
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.
Strange diff changes, they are exactly the same
Build Failed 😱 Build Id: 736a67a3-4e21-42f6-934d-fe3bf02f5b27 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: fa0fc23f-a1bc-40ff-8b49-e8f63bbae23b The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@markmandel Can you take a look at this? |
ref: #3190 |
Calling @chiayi - you were looking into this stuff, yeah? |
In which case, I defer review to you @chiayi 😄 |
In our environment, this works fine and we can see the relevant metrics |
Sorry for the delay, I was able to run it as well and it works fine LGTM |
Build Failed 😱 Build Id: ce0d439a-278f-4362-b22b-2b23ec439af4 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
You'll need to run |
… some metrics not being available Signed-off-by: aimuz <mr.imuz@gmail.com>
Head branch was pushed to by a user without write access
thank you, I'm done |
Build Succeeded 👏 Build Id: 315e1249-f776-49ec-9a55-1b10a111085d The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
/assign @markmandel |
@chiayi just triple checking before I approve and merge - this looks good to go on your end? |
Ignore me - you already approved 👍🏻 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aimuz, chiayi, markmandel 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 |
Is there anything else this PR needs to do to merge? |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: e4ff8230-678e-438e-8f15-90616dbcd51a The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Signed-off-by: aimuz mr.imuz@gmail.com
What type of PR is this?
/kind bug
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #3244
Closes #3190
Special notes for your reviewer:
The PR fix is to create a new service dedicated to providing metrics, as the extensions metrics are very limited and a lot of metrics are still in the controller.