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

New component observer/cfgardenobserver #33727

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

CemDK
Copy link
Contributor

@CemDK CemDK commented Jun 24, 2024

Description:
We would like to implement a new observer for Cloudfoundry containers/applications. The idea is not make use of the main API but the local one, which is available as unix socket on each node and manages the containers lifecycle. The main API would remain as optional and only to get Application info (which only involves one GET http request once the app id is known).

Link to tracking Issue: 33618

Testing: First component PR

Documentation: Added Readme

Co-authored-by: Jose Riguera <[email protected]>
Co-authored-by: Sam Clulow <[email protected]>
Co-authored-by: Tomas Mota
<[email protected]>
Co-authored-by: Jose Riguera <[email protected]>
Co-authored-by: Sam Clulow <[email protected]>
Co-authored-by: Tomas Mota
<[email protected]>
cmd/oteltestbedcol/go.mod Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/testdata/config.yaml Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/metadata.yaml Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/metadata.yaml Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/extension_test.go Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/README.md Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/README.md Show resolved Hide resolved
extension/observer/cfgardenobserver/config_test.go Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/extension.go Outdated Show resolved Hide resolved
@crobert-1
Copy link
Member

This PR should also have a changelog entry, and the .github/CODEOWNERS file will need a new entry for this as well.

@tomasmota
Copy link
Contributor

Thanks for the review @crobert-1 , we have made the requested changes.

@crobert-1
Copy link
Member

There are quite a few CI/CD action failures, and they appear to be related to the changes in this PR. I'll hold off on reviewing again until they're resolved.

@tomasmota
Copy link
Contributor

Thanks @crobert-1 and @MovieStoreGuy, I have made the changes and the ci is now passing. Thank you for your reviews

cmd/otelcontribcol/builder-config.yaml Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/README.md Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/README.md Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/README.md Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/README.md Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/README.md Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/config.go Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/factory_test.go Outdated Show resolved Hide resolved
versions.yaml Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/config.go Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/config.go Outdated Show resolved Hide resolved
extension/observer/cfgardenobserver/README.md Outdated Show resolved Hide resolved
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.

None yet

5 participants