Skip to content
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

Metric cardinality enforcement #2305

Open
6 of 8 tasks
ehashman opened this issue Jan 21, 2021 · 101 comments
Open
6 of 8 tasks

Metric cardinality enforcement #2305

ehashman opened this issue Jan 21, 2021 · 101 comments
Assignees
Labels
lead-opted-in Denotes that an issue has been opted in to a release sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. stage/beta Denotes an issue tracking an enhancement targeted for Beta status
Milestone

Comments

@ehashman
Copy link
Member

ehashman commented Jan 21, 2021

Enhancement Description

Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Jan 21, 2021
@ehashman
Copy link
Member Author

/sig instrumentation
/stage alpha

@k8s-ci-robot k8s-ci-robot added stage/alpha Denotes an issue tracking an enhancement targeted for Alpha status sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Jan 21, 2021
@lilic
Copy link
Member

lilic commented Jan 25, 2021

@ehashman is there any action items for either Han or me? Thank you!

@ehashman
Copy link
Member Author

@lilic this KEP graduated to alpha last cycle (1.20), it would be good to finish up beta and graduation criteria and target releases for those.

@ehashman
Copy link
Member Author

@lilic @logicalhan once we have beta/graduation criteria we should decide how we want to target milestones for this moving forward. That's all currently empty:

https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2305-metrics-cardinality-enforcement#post-beta-tasks

@ehashman
Copy link
Member Author

ehashman commented Feb 4, 2021

/milestone v1.21

slipped from 1.20

@k8s-ci-robot k8s-ci-robot added this to the v1.21 milestone Feb 4, 2021
@annajung annajung added the tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team label Feb 4, 2021
@annajung
Copy link
Contributor

annajung commented Feb 6, 2021

Hi @logicalhan and @lilic, 1.21 Enhancements Lead here

For the enhancement to be included in the milestone, it must meet the following criteria:

  • [DONE] The KEP must be merged in an implementable state
  • The KEP must have test plans
  • The KEP must have graduation criteria
  • The KEP must have a production readiness review

Please make sure you update the KEP using the latest template.

Also starting 1.21, all KEP must include a production readiness review. Please make sure to take a look at the instructions and update the KEP to include this. For PRR review, please make sure to reach out to #prod-readiness slack channel asap to get this in before the enhancements freeze coming up on Feb. 9th.

Thank you!

@JamesLaverack
Copy link
Member

Hey @logicalhan and @lilic, 1.21 enhancements shadow here,

Just to add to Anna's comment above — enhancement's freeze is 2 days away, Feb 9th EOD PST. Any enhancements that do not complete the requirements in Anna's comment above by the freeze will require an exception.

@ehashman
Copy link
Member Author

ehashman commented Feb 8, 2021

I've pinged @logicalhan about getting this added today.

@YoyinZyc
Copy link
Contributor

YoyinZyc commented Feb 8, 2021

Opened #2468 to update kep and request for PPR approval.

@ehashman
Copy link
Member Author

@annajung everything should now be addressed.

@annajung
Copy link
Contributor

With PR #2468 merged, this enhancement meets all criteria required for the enhancements freeze 👍

@alculquicondor
Copy link
Member

ref kubernetes/kubernetes#97208

I have a couple of suggestions for extensions:

  • Can we generalize the proposal to allow for mapping? That is, instead of replacing the value with "unknown", allowing configurable renaming, maybe with numeric intervals or regex.
  • Make this configurable via component configs, as a CLI arg would be harder to maintain.

@JamesLaverack
Copy link
Member

Hi @logicalhan and @lilic,

Since your Enhancement is scheduled to be in 1.21, please keep in mind the important upcoming dates:

  • Tuesday, March 9th: Week 9 — Code Freeze
  • Tuesday, March 16th: Week 10 — Docs Placeholder PR deadline
    • If this enhancement requires new docs or modification to existing docs, please follow the steps in the Open a placeholder PR doc to open a PR against k/website repo.

As a reminder, please link all of your k/k PR(s) and k/website PR(s) to this issue so we can track them.

Thanks!

@JamesLaverack
Copy link
Member

Hi @logicalhan and @lilic,

Enhancements team is marking this enhancement as "At Risk" for the upcoming code freeze due to not seeing any linked k/k PR(s) for this enhancement.

Please make sure to provide all k/k PR(s) and k/website PR(s) to this issue so it can be tracked by the release team.

@ehashman
Copy link
Member Author

ehashman commented Mar 2, 2021

@JamesLaverack I'm updating the point contacts to be @logicalhan and @YoyinZyc

@YoyinZyc
Copy link
Contributor

YoyinZyc commented Mar 2, 2021

@JamesLaverack There is one ongoing pr kubernetes/kubernetes#99385

@YoyinZyc
Copy link
Contributor

YoyinZyc commented Mar 2, 2021

ref kubernetes/kubernetes#97208

I have a couple of suggestions for extensions:

  • Can we generalize the proposal to allow for mapping? That is, instead of replacing the value with "unknown", allowing configurable renaming, maybe with numeric intervals or regex.
  • Make this configurable via component configs, as a CLI arg would be harder to maintain.

I think they are good ideas. I'll keep that in mind. Thanks!

@JamesLaverack
Copy link
Member

@ehashman Thanks for the clarification! We'll update our tracking spreadsheet to reflect that.

@YoyinZyc Thank you for linking me, i've set this enhancement back to "Tracked". I see that kubernetes/kubernetes#99385 is now merged. Are there any other k/k pull requests outstanding (/need doing before code freeze) or can I mark you as done?

@YoyinZyc
Copy link
Contributor

YoyinZyc commented Mar 4, 2021

Yuchen Zhou Thank you for linking me, i've set this enhancement back to "Tracked". I see that kubernetes/kubernetes#99385 is now merged. Are there any other k/k pull requests outstanding (/need doing before code freeze) or can I mark you as done?

@JamesLaverack I have one more pr kubernetes/kubernetes#99738. Once it is merged, you can mark it as done.:)

@ehashman
Copy link
Member Author

ehashman commented Mar 4, 2021

Code changes are complete, we just need to follow up with documentation updates.

@YoyinZyc
Copy link
Contributor

YoyinZyc commented Mar 4, 2021

Code changes are complete, we just need to follow up with documentation updates.

Can you give me some instruction on which document I should update? I am not sure I know all. Thanks!

@JamesLaverack
Copy link
Member

Thanks both. I've now updated the enhancement tracking spreadsheet to note this enhancement as done for code freeze.

@k8s-ci-robot k8s-ci-robot removed the lead-opted-in Denotes that an issue has been opted in to a release label Jan 6, 2024
@salehsedghpour
Copy link
Contributor

Hello 👋 1.30 Enhancements Lead here,

I'm closing milestone 1.29 now,
If you wish to progress this enhancement in v1.30, please follow the instructions here to opt in the enhancement and make sure the lead-opted-in label is set so it can get added to the tracking board and finally add /milestone v1.30. Thanks!

/milestone clear

@k8s-ci-robot k8s-ci-robot removed this from the v1.29 milestone Jan 16, 2024
@dashpole
Copy link
Contributor

@rexagod I assume this is going to stay in beta for 1.30?

@rexagod
Copy link
Member

rexagod commented Jan 20, 2024

/lead-opted-in
/milestone v1.30

I think we should be fine with graduating this to stable now, since this has been in beta for the past couple of releases. LMK if you think we should keep this in beta for another release though.

@k8s-ci-robot
Copy link
Contributor

@rexagod: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Milestone Maintainers Team and have them propose you as an additional delegate for this responsibility.

In response to this:

/lead-opted-in
/milestone v1.30

I think we should be fine with graduating this to stable now, since this has been in beta for the past couple of releases. LMK if you think we should keep this in beta for another release though.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@rexagod
Copy link
Member

rexagod commented Jan 20, 2024

Ah, it seems I'll need to request to join that group once kubernetes/kubernetes#122827 is in.

@dashpole
Copy link
Contributor

/lead-opted-in
/milestone v1.30

@k8s-ci-robot k8s-ci-robot added this to the v1.30 milestone Jan 22, 2024
@dashpole dashpole added the lead-opted-in Denotes that an issue has been opted in to a release label Feb 1, 2024
@meganwolf0
Copy link

Hello @logicalhan @YoyinZyc 👋, Enhancements team here.

Just checking in as we approach enhancements freeze on 02:00 UTC Friday 9th February 2024.

This enhancement is targeting for stage beta for 1.30 (correct me, if otherwise)

Here's where this enhancement currently stands:

  • KEP readme using the latest template has been merged into the k/enhancements repo.
  • KEP status is marked as implementable for latest-milestone: v1.30. KEPs targeting stable will need to be marked as implemented after code PRs are merged and the feature gates are removed.
  • KEP readme has up-to-date graduation criteria
  • KEP has a production readiness review that has been completed and merged into k/enhancements. (For more information on the PRR process, check here).

For this KEP, we would just need to update the following:

  • KEP Readme missing a few sections: Risks and Mitigations, Integration tests, e2e tests, Drawbacks, Alternatives. Also missing questions from Monitoring requirements.
  • Mark latest-milestone: v1.30 in kep.yaml

The status of this enhancement is marked as at risk for enhancement freeze. Please keep the issue description up-to-date with appropriate stages as well. Thank you!

@johnbelamaric
Copy link
Member

This enhancement is targeting for stage beta for 1.30 (correct me, if otherwise)

I think it's already beta, it is going for stable this cycle.

@meganwolf0
Copy link

Hello @logicalhan @YoyinZyc 👋, Enhancements team here.

Just checking in as we approach enhancements freeze on 02:00 UTC Friday 9th February 2024.

This enhancement is still at risk for enhancement freeze. Looks like just the README needs to be updated with those missing sections; please make sure that's merged before enhancement freeze. Thank you!

@dgrisonnet
Copy link
Member

/cc @richabanker

@richabanker
Copy link
Contributor

@meganwolf0 could you please check the status of the enhancement now that #4499 is merged? Thanks!

@meganwolf0
Copy link

With all the requirements fulfilled this enhancement is now marked as tracked for the upcoming enhancements freeze 🚀

@drewhagen
Copy link
Member

drewhagen commented Feb 15, 2024

Hello @logicalhan @YoyinZyc 👋, 1.30 Docs Lead here.

Does this enhancement work planned for 1.30 require any new docs or modification to existing docs?
If so, please follows the steps here to open a PR against dev-1.30 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday February 22nd 2024 18:00 PDT.

Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release.
Thank you!

@fkautz
Copy link
Member

fkautz commented Feb 16, 2024

Hi @logicalhan @YoyinZyc

👋 from the v1.30 Communications Team! We'd love for you to opt in to write a feature blog about your enhancement!

We encourage blogs for features including, but not limited to: breaking changes, features and changes important to our users, and features that have been in progress for a long time and are graduating.

To opt in, you need to open a Feature Blog placeholder PR against the website repository.
The placeholder PR deadline is 27th February, 2024.
Here's the 1.30 Release Calendar

@rexagod
Copy link
Member

rexagod commented Feb 16, 2024

Hello @drewhagen @fkautz! Since there haven't been any changes marking the stable graduation, I believe kubernetes/website#41998 should suffice for exposing details about this feature.

PS. Apologies for not updating the issue description with the website-side link, I've opened #4522 that should allow me to do so for all such instances in the future. 👋🏼

@meganwolf0
Copy link

Hey again @logicalhan @YoyinZyc👋 Enhancements team here,

Just checking in as we approach code freeze at 02:00 UTC Wednesday 6th March 2024 .

Here's where this enhancement currently stands:

  • All PRs to the Kubernetes repo that are related to your enhancement are linked in the above issue description (for tracking purposes).
  • All PR/s are ready to be merged (they have approved and lgtm labels applied) by the code freeze deadline. This includes tests.

For this enhancement, I couldn't find any (open) PRs in k/k - perhaps no code changes are expected, please confirm and update the above description. With this, it is now marked as at risk for code freeze for the v1.30 Code Freeze!

Please let me know if there are other PRs in k/k we should be tracking for this KEP.
As always, we are here to help if any questions come up. Thanks!

@rexagod
Copy link
Member

rexagod commented Feb 25, 2024

perhaps no code changes are expected, [...]

ACK, that's right. I can't edit the description currently but I'll see to it as soon as #4522 is in (and I have the ability to do so). :)

@meganwolf0
Copy link

Hi @rexagod - Code freeze is upon us and I wanted to check back in as the description in this issue is still ambiguous for any expected code changes. Are you able to update so we can make sure this is tracked for code freeze? Thank you!

@salehsedghpour
Copy link
Contributor

Hello @logicalhan @YoyinZyc 👋 Enhancements team here,

Unfortunately, the implementation (code related) PR(s) associated with this enhancement is not in the merge-ready state by code-freeze and hence this enhancement is now removed from the v1.30 milestone.

If you still wish to progress this enhancement in v1.30, please file an exception request. Thanks!

/milestone clear

@k8s-ci-robot k8s-ci-robot removed this from the v1.30 milestone Mar 6, 2024
@liggitt
Copy link
Member

liggitt commented Mar 11, 2024

Unfortunately, the implementation (code related) PR(s) associated with this enhancement is not in the merge-ready state by code-freeze and hence this enhancement is now removed from the v1.30 milestone.

are you sure? #4522 was the only one linked and merged two weeks ago

@salehsedghpour
Copy link
Contributor

My bad, sorry! As it was merged two weeks ago, this can be marked as tracked for code freeze.

/milestone v1.30

@k8s-ci-robot k8s-ci-robot added this to the v1.30 milestone Mar 11, 2024
@drewhagen
Copy link
Member

drewhagen commented Mar 11, 2024

Hello @rexagod 👋 Regarding this:

Hello @drewhagen @fkautz! Since there haven't been any changes marking the stable graduation, I believe kubernetes/website#41998 should suffice for exposing details about this feature. PS. Apologies for not updating the issue description with the website-side link, I've opened #4522 that should allow me to do so for all such instances in the future. 👋🏼

I think there still needs to be a docs PR (against the k8s website) for adding the new feature flag to beta, correct? If you have some time, can you please do this soon? PR Ready for Review is due this week, supposed to be tomorrow March 12th 18:00 PDT, but grace makes sense in this circumstance of short notice. Let me know, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lead-opted-in Denotes that an issue has been opted in to a release sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. stage/beta Denotes an issue tracking an enhancement targeted for Beta status
Projects
Status: Deferred
Status: Tracked for Code Freeze
Status: Tracked for Code Freeze
Development

No branches or pull requests