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

Deep service insight endpoint #3261

Merged
merged 71 commits into from
Dec 5, 2022
Merged

Conversation

haywoodsh
Copy link
Contributor

Proposed changes

Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue here in this description (not in the title of the PR).

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

@github-actions github-actions bot added dependencies Pull requests that update a dependency file enhancement Pull requests for new features/feature enhancements labels Nov 16, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 16, 2022

Codecov Report

Merging #3261 (8ba1029) into main (363e697) will decrease coverage by 0.11%.
The diff coverage is 43.63%.

@@            Coverage Diff             @@
##             main    #3261      +/-   ##
==========================================
- Coverage   51.67%   51.56%   -0.12%     
==========================================
  Files          59       60       +1     
  Lines       16520    16678     +158     
==========================================
+ Hits         8537     8600      +63     
- Misses       7697     7788      +91     
- Partials      286      290       +4     
Impacted Files Coverage Δ
cmd/nginx-ingress/flags.go 29.85% <0.00%> (-1.18%) ⬇️
cmd/nginx-ingress/main.go 0.00% <0.00%> (ø)
internal/configs/configurator.go 35.16% <0.00%> (-0.85%) ⬇️
internal/healthcheck/healthcheck.go 61.90% <61.90%> (ø)
internal/configs/virtualserver.go 95.22% <100.00%> (ø)
...ternal/k8s/appprotect/app_protect_configuration.go 86.16% <0.00%> (-0.58%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@haywoodsh haywoodsh force-pushed the feat/deep-service-insight-endpoint branch from 55baec4 to 6ba4114 Compare November 16, 2022 14:18
Copy link
Contributor

@ADubhlaoich ADubhlaoich left a comment

Choose a reason for hiding this comment

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

Generally grand, just made some suggestions around capitalisation and a few missed typos!

docs/content/logging-and-monitoring/service-insight.md Outdated Show resolved Hide resolved
docs/content/logging-and-monitoring/service-insight.md Outdated Show resolved Hide resolved
docs/content/logging-and-monitoring/service-insight.md Outdated Show resolved Hide resolved
docs/content/logging-and-monitoring/service-insight.md Outdated Show resolved Hide resolved
docs/content/logging-and-monitoring/service-insight.md Outdated Show resolved Hide resolved
docs/content/logging-and-monitoring/service-insight.md Outdated Show resolved Hide resolved
jjngx and others added 12 commits December 1, 2022 09:54
…rguments.md

Co-authored-by: Alan Dooley <[email protected]>
Signed-off-by: Jakub Jarosz <[email protected]>
…rguments.md

Co-authored-by: Alan Dooley <[email protected]>
Signed-off-by: Jakub Jarosz <[email protected]>
…rguments.md

Co-authored-by: Alan Dooley <[email protected]>
Signed-off-by: Jakub Jarosz <[email protected]>
…rguments.md

Co-authored-by: Alan Dooley <[email protected]>
Signed-off-by: Jakub Jarosz <[email protected]>
@jjngx jjngx requested a review from a team December 1, 2022 10:13
Co-authored-by: Ciara Stacke <[email protected]>
Signed-off-by: Jakub Jarosz <[email protected]>
@ciarams87
Copy link
Contributor

Looks good, just noticed one or two things. The Helm documentation needs to be updated as well with the new flags

https://github.com/nginxinc/kubernetes-ingress/blob/main/deployments/helm-chart/README.md and

https://github.com/nginxinc/kubernetes-ingress/blob/main/docs/content/installation/installation-with-helm.md

Copy link
Contributor

@ciarams87 ciarams87 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 9d6f746 into main Dec 5, 2022
@jjngx jjngx deleted the feat/deep-service-insight-endpoint branch December 5, 2022 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Pull requests/issues for documentation enhancement Pull requests for new features/feature enhancements helm_chart Pull requests that update the Helm Chart tests Pull requests that update tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants