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

[k8sobserver] enable the observation of ingress objects #35539

Merged
merged 3 commits into from
Nov 3, 2024

Conversation

bacherfl
Copy link
Contributor

@bacherfl bacherfl commented Oct 2, 2024

Description: This PR fixes the observation of ingress objects by the k8sobserver. The issue was that the observe_ingresses option was not considered in the extension setup, and no informer for the ingress resource type has been created

Link to tracking Issue: #35324

Testing: Added unit tests. Also did manual testing against a k8s cluster to check whether ingress objects are picked up as expected

Documentation: No change there, as the observe_ingresses option was already documented in the readme

@bacherfl bacherfl marked this pull request as ready for review October 2, 2024 11:06
@bacherfl bacherfl requested a review from a team as a code owner October 2, 2024 11:06
.chloggen/k8s-observer-ingress.yaml Outdated Show resolved Hide resolved
@ChrsMark
Copy link
Member

/cc @open-telemetry/collector-contrib-approvers

@ChrsMark
Copy link
Member

Hey @dmitryax could you also take a look?

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Oct 31, 2024
@ChrsMark ChrsMark removed the Stale label Nov 1, 2024
@dmitryax dmitryax merged commit 908ccf2 into open-telemetry:main Nov 3, 2024
167 checks passed
@dmitryax
Copy link
Member

dmitryax commented Nov 3, 2024

Thanks, @bacherfl! Sorry for the delay

@github-actions github-actions bot added this to the next release milestone Nov 3, 2024
@ChrsMark ChrsMark linked an issue Dec 12, 2024 that may be closed by this pull request
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
…ry#35539)

**Description:** This PR fixes the observation of ingress objects by the
k8sobserver. The issue was that the `observe_ingresses` option was not
considered in the extension setup, and no informer for the ingress
resource type has been created

**Link to tracking Issue:** open-telemetry#35324 

**Testing:** Added unit tests. Also did manual testing against a k8s
cluster to check whether ingress objects are picked up as expected

**Documentation:** No change there, as the `observe_ingresses` option
was already documented in the readme

---------

Signed-off-by: Florian Bacher <[email protected]>
Co-authored-by: Moritz Wiesinger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kubernetes ingresses not being observed by extension
5 participants