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

Moves ServiceInfo to tracer module and reduce dependency exposure to core module of plugins. #3272

Merged
merged 2 commits into from
Sep 13, 2023

Conversation

raphw
Copy link
Contributor

@raphw raphw commented Aug 7, 2023

Introduces a subinterface ServiceTracer which indicates support for registering and reading ServiceInfo information to enrich trace information.

@github-actions github-actions bot added agent-java community Issues and PRs created by the community triage labels Aug 7, 2023
@github-actions
Copy link

github-actions bot commented Aug 7, 2023

👋 @raphw Thanks a lot for your contribution!

It may take some time before we review a PR, so even if you don’t see activity for some time, it does not mean that we have forgotten about it.

Every once in a while we go through a process of prioritization, after which we are focussing on the tasks that were planned for the upcoming milestone. The prioritization status is typically reflected through the PR labels. It could be pending triage, a candidate for a future milestone, or have a target milestone set to it.

@v1v
Copy link
Member

v1v commented Aug 8, 2023

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Aug 8, 2023

update

❌ Mergify doesn't have permission to update

For security reasons, Mergify can't update this pull request. Try updating locally.
GitHub response: refusing to allow a GitHub App to create or update workflow .github/workflows/main.yml without workflows permission
err-code: 16523

@raphw
Copy link
Contributor Author

raphw commented Aug 9, 2023

ExternalPluginOTelIT is failing, what I cannot quite explain by looking at the change set. I also struggle to debug the test, but I am looking into it. If you have any pointers, it's appreciated.

@raphw raphw force-pushed the service-info-extraction branch from b26df56 to ac78bc8 Compare August 9, 2023 22:33
@raphw raphw closed this Sep 8, 2023
@raphw raphw force-pushed the service-info-extraction branch from ac78bc8 to e81f082 Compare September 8, 2023 19:47
@raphw raphw reopened this Sep 8, 2023
@JonasKunz
Copy link
Contributor

run elasticsearch-ci/docs

Copy link
Contributor

@JonasKunz JonasKunz left a comment

Choose a reason for hiding this comment

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

Looks good, the autodiscovery is now nicely separated.

ExternalPluginOTelIT is failing, what I cannot quite explain by looking at the change set. I also struggle to debug the test, but I am looking into it. If you have any pointers, it's appreciated.

Did you find out the reason for this? Or did the issue fix itself by rebasing / merging this PR onto the current main?

@raphw
Copy link
Contributor Author

raphw commented Sep 13, 2023

It disappeared when I rebased, yes.

@JonasKunz JonasKunz merged commit 4ddcfc6 into elastic:main Sep 13, 2023
9 checks passed
schikin pushed a commit to schikin/apm-agent-java that referenced this pull request Oct 11, 2023
…core module of plugins. (elastic#3272)

* Move ServiceInfo to tracer-api within custom tracer submodule.

* Restore package structure and split test for ServiceInfo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-java community Issues and PRs created by the community triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants