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

Add Granular Ingress Counts to Telemetry #5608

Merged
merged 23 commits into from
May 28, 2024

Conversation

AlexFenlon
Copy link
Contributor

@AlexFenlon AlexFenlon commented May 23, 2024

Proposed changes

This change granulaises the counting of ingresses so instead of a total number, this adds Regular Ingress, Master Ingress and Minion Ingress counts to Telemetry.

I have added go tests for this functionality.

Here is a snippet of the log where I deployed a mergeable ingress with 1 master and 2 minions:

Services:2 RegularIngressCount:0 MasterIngressCount:1 MinionIngressCount:2 IngressClasses:1 

Resolves: #5454

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@AlexFenlon AlexFenlon requested review from a team as code owners May 23, 2024 13:44
@github-actions github-actions bot added enhancement Pull requests for new features/feature enhancements documentation Pull requests/issues for documentation go Pull requests that update Go code labels May 23, 2024
Copy link
Contributor

@jjngx jjngx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@jjngx jjngx merged commit b724879 into main May 28, 2024
78 checks passed
@jjngx jjngx deleted the feat/telemetry-granular-ingress-counts branch May 28, 2024 14:17
ssrahul96 pushed a commit to ssrahul96/kubernetes-ingress that referenced this pull request Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation enhancement Pull requests for new features/feature enhancements go Pull requests that update Go code
Projects
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

Granularise Ingress Counts
4 participants