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

feat: add skywalking parser to parse servicePort from config #1650

Merged
merged 4 commits into from
Jun 28, 2023

Conversation

gorexlv
Copy link
Contributor

@gorexlv gorexlv commented Apr 12, 2023

Resolves #1634

Add SkywalkingReceiverParser to parse servicePort from config.
By default, only the Otel ports are extracted, parsed, then configured into the collector container's list of service ports.
This feature allows extracting skywalking ports(grpc:11800/http:12800) into the container's port list.

@gorexlv gorexlv requested a review from a team April 12, 2023 14:34
Copy link
Member

@frzifus frzifus left a comment

Choose a reason for hiding this comment

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

Thanks @gorexlv! LGTM, up to the others :)

@TylerHelmuth TylerHelmuth added the ready-to-merge Code review completed; ready to merge by maintainers label Jun 22, 2023
@VineethReddy02
Copy link
Contributor

Looks like the CI is failing

@VineethReddy02 VineethReddy02 merged commit 17e681d into open-telemetry:main Jun 28, 2023
ItielOlenick pushed a commit to ItielOlenick/opentelemetry-operator that referenced this pull request May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SkywalkingReceiverParser to extract skywalking service port from config
5 participants